Files
redline.com.pl/modules/pshowlazyimg/views/templates/side_menu.tpl
2024-11-11 18:46:54 +01:00

9 lines
526 B
Smarty

<a class="list-group-item {if $smarty.get.controller == "{$PSHOW_MODULE_CLASS_NAME_}Main" and (!isset($smarty.get.page) || !$smarty.get.page)}active{/if}"
href="{$link->getAdminLink("{$PSHOW_MODULE_CLASS_NAME_}Main", true)}">
{l s='Lazy Images' mod='pshowconversion'}
</a>
<style>
a.list-group-item[href="{$link->getAdminLink("{$PSHOW_MODULE_CLASS_NAME_}Hook", true)}"] { display: none; }
a.list-group-item[href="{$link->getAdminLink("{$PSHOW_MODULE_CLASS_NAME_}Settings", true)}"] { display: none; }
</style>