۰۵
مهر ۹۴
۱.اضافه کردن install
'HOOK_SLIDESHOWLM' => Hook::exec('slideshowlm'),
۲.اضافه کردن به کنترلر controller
IndexController.php مثلا
$this->context->smarty->assign(array('HOOK_HOME' => Hook::exec('displayHome'),
'HOOK_HOME_TAB' => Hook::exec('displayHomeTab'),
'HOOK_HOME_TAB_CONTENT' => Hook::exec('displayHomeTabContent'),
'HOOK_SLIDESHOWLM' => Hook::exec('slideshowlm'),
));
۳.اضافه کردن به index.tpl
{if isset($HOOK_SLIDESHOWLM)}{$HOOK_SLIDESHOWLM} {/if}
۹۴/۰۷/۰۵