Skip to content

Commit

Permalink
Submenu added
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoLopesPT committed Jul 14, 2017
1 parent 4b87870 commit e1b5f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions administrator/language/en-GB/en-GB.mod_menu.ini
Expand Up @@ -82,6 +82,7 @@ MOD_MENU_INSTALLER_SUBMENU_LANGUAGES="Install Languages"
MOD_MENU_INSTALLER_SUBMENU_MANAGE="Manage"
MOD_MENU_INSTALLER_SUBMENU_UPDATE="Update"
MOD_MENU_INSTALLER_SUBMENU_UPDATESITES="Update Sites"
MOD_MENU_INSTALLER_SUBMENU_DOWNLOADKEYS="Download Keys Manager"
MOD_MENU_INSTALLER_SUBMENU_WARNINGS="Warnings"
MOD_MENU_LOGOUT="Logout"
MOD_MENU_MASS_MAIL_USERS="Mass Mail Users"
Expand Down
1 change: 1 addition & 0 deletions administrator/modules/mod_menu/preset/enabled.php
Expand Up @@ -322,6 +322,7 @@
$this->addChild(new JMenuNode(JText::_('MOD_MENU_INSTALLER_SUBMENU_WARNINGS'), 'index.php?option=com_installer&view=warnings'));
$this->addChild(new JMenuNode(JText::_('MOD_MENU_INSTALLER_SUBMENU_LANGUAGES'), 'index.php?option=com_installer&view=languages'));
$this->addChild(new JMenuNode(JText::_('MOD_MENU_INSTALLER_SUBMENU_UPDATESITES'), 'index.php?option=com_installer&view=updatesites'));
$this->addChild(new JMenuNode(JText::_('MOD_MENU_INSTALLER_SUBMENU_DOWNLOADKEYS'), 'index.php?option=com_installer&view=downloadkeys'));
$this->getParent();
}

Expand Down

0 comments on commit e1b5f19

Please sign in to comment.