Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Merge branch 'feature/319-joomlatools-ui' of https://github.com/jooml…
Browse files Browse the repository at this point in the history
…atools/joomlatools-platform into feature/319-joomlatools-ui
  • Loading branch information
robinpoort committed May 11, 2017
2 parents 2977e90 + 60db9ae commit c5b2381
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/administrator/modules/mod_menu/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
$direction = JFactory::getDocument()->direction == 'rtl' ? 'pull-right' : '';
$shownew = (boolean) $params->get('shownew', 1);

/*
* Dashboard Submenu
*/

$menu->addChild(new JMenuNode(JText::_('MOD_MENU_CONTROL_PANEL'), 'index.php', $enabled ? 'class:cpanel' : 'disabled'));

/*
* Components Submenu
*/
Expand Down Expand Up @@ -192,4 +198,4 @@

$menu->getParent();

$menu->renderMenu('menu', $enabled ? 'nav navbar-nav' . $direction : 'nav navbar-nav disabled ' . $direction);
$menu->renderMenu('menu', $enabled ? 'nav ' . $direction : 'nav disabled ' . $direction);

0 comments on commit c5b2381

Please sign in to comment.