diff --git a/airtime_mvc/application/configs/navigation.php b/airtime_mvc/application/configs/navigation.php index c6c23ade4..89fe1f9c7 100644 --- a/airtime_mvc/application/configs/navigation.php +++ b/airtime_mvc/application/configs/navigation.php @@ -9,25 +9,26 @@ */ $pages = array( array( - 'label' => _('Calendar'), + 'label' => ""._('Calendar'), 'module' => 'default', 'controller' => 'Schedule', 'action' => 'index', 'resource' => 'schedule' ), array( - 'label' => _('Radio Page'), + 'label' => ""._('Radio Page'), 'uri' => '/', 'resource' => '', 'pages' => array( ) ), array( - 'label' => _("Settings"), + 'label' => ""._("Settings"), 'resource' => 'preference', 'action' => 'index', 'module' => 'default', 'controller' => 'preference', + 'title' => 'Settings', 'pages' => array( array( 'label' => _('General'), @@ -56,11 +57,12 @@ $pages = array( ) ), array( - 'label' => _("Analytics"), + 'label' => ""._("Analytics"), 'module' => 'default', 'controller' => 'listenerstat', 'action' => 'index', 'resource' => 'listenerstat', + 'title' => 'Analytics', 'pages' => array( array( 'label' => _('Listener Stats'), @@ -86,10 +88,11 @@ $pages = array( ) ), array( - 'label' => _('Widgets'), + 'label' => ""._('Widgets'), 'module' => 'default', 'controller' => 'embeddablewidgets', 'action' => 'player', + 'title' => 'Widgets', 'pages' => array( array( 'label' => _('Player'), @@ -106,10 +109,11 @@ $pages = array( ) ), array( - 'label' => _('Help'), + 'label' => ""._('Help'), 'controller' => 'dashboard', 'action' => 'help', 'resource' => 'dashboard', + 'title' => 'Help', 'pages' => array( array( 'label' => _('Getting Started'), @@ -148,10 +152,11 @@ $pages = array( ) ), array( - 'label' => _('Billing'), + 'label' => ""._('Billing'), 'controller' => 'billing', 'action' => 'client', 'resource' => 'billing', + 'title' => 'Billing', 'pages' => array( array( 'label' => _('Account Details'), diff --git a/airtime_mvc/application/layouts/scripts/layout.phtml b/airtime_mvc/application/layouts/scripts/layout.phtml index 87cd1d8fe..1624c18ef 100644 --- a/airtime_mvc/application/layouts/scripts/layout.phtml +++ b/airtime_mvc/application/layouts/scripts/layout.phtml @@ -74,15 +74,15 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ + + + +