Skip to content

Commit

Permalink
Update default.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Dec 22, 2014
1 parent 1bff4e7 commit ecd68bb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions administrator/components/com_menus/views/menus/tmpl/default.php
Expand Up @@ -17,12 +17,12 @@
JHtml::_('behavior.modal');
JHtml::_('formbehavior.chosen', 'select');

$uri = JUri::getInstance();
$return = base64_encode($uri);
$user = JFactory::getUser();
$userId = $user->get('id');
$uri = JUri::getInstance();
$return = base64_encode($uri);
$user = JFactory::getUser();
$userId = $user->get('id');
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
$listDirn = $this->escape($this->state->get('list.direction'));
$modMenuId = (int) $this->get('ModMenuId');

JFactory::getDocument()->addScriptDeclaration("
Expand Down Expand Up @@ -149,6 +149,7 @@
<?php endif; ?>
</li>
<?php endforeach; ?>
<?php unset($module); ?>
</ul>
</div>
<?php elseif ($modMenuId) : ?>
Expand Down

0 comments on commit ecd68bb

Please sign in to comment.