* Fix menu.
This commit is contained in:
@@ -280,15 +280,15 @@ class commonModel extends model
|
||||
}
|
||||
echo '</ul></li>';
|
||||
|
||||
if(!$isGuest and !commonModel::isTutorialMode() and $app->viewType != 'mhtml')
|
||||
{
|
||||
$customLink = helper::createLink('custom', 'ajaxMenu', "module={$app->getModuleName()}&method={$app->getMethodName()}", '', true);
|
||||
echo "<li class='custom-item'><a href='$customLink' data-toggle='modal' data-type='iframe' data-icon='cog' data-width='80%'>$lang->customMenu</a></li>";
|
||||
}
|
||||
//if(!$isGuest and !commonModel::isTutorialMode() and $app->viewType != 'mhtml')
|
||||
//{
|
||||
// $customLink = helper::createLink('custom', 'ajaxMenu', "module={$app->getModuleName()}&method={$app->getMethodName()}", '', true);
|
||||
// echo "<li class='custom-item'><a href='$customLink' data-toggle='modal' data-type='iframe' data-icon='cog' data-width='80%'>$lang->customMenu</a></li>";
|
||||
//}
|
||||
|
||||
echo '<li class="divider"></li>';
|
||||
commonModel::printAboutBar();
|
||||
echo '<li class="divider"></li>';
|
||||
//echo '<li class="divider"></li>';
|
||||
//commonModel::printAboutBar();
|
||||
//echo '<li class="divider"></li>';
|
||||
echo '<li>';
|
||||
if($isGuest)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user