Skip to content

Commit

Permalink
Adding JS call
Browse files Browse the repository at this point in the history
  • Loading branch information
ylahav committed Dec 9, 2018
1 parent 7498d64 commit ce2f62a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/mod_menu/mod_menu.php
Expand Up @@ -9,9 +9,12 @@

defined('_JEXEC') or die;

use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Helper\ModuleHelper;
use Joomla\Module\Menu\Site\Helper\MenuHelper;

HTMLHelper::_('script', 'mod_menu/menu.js', array('version' => 'auto', 'relative' => true));

$list = MenuHelper::getList($params);
$base = MenuHelper::getBase($params);
$active = MenuHelper::getActive($params);
Expand Down

0 comments on commit ce2f62a

Please sign in to comment.