Help Center
Find answers or browse our knowledge base.

Creating new hooks
If you wish to create a new hook you will need to open root/hooks/hooks.php
And add you new hook to the line like this
'new_hook'
You template code would become
{foreach from=$new_hook_hooks item=hook_tpl} {include file=$hook_tpl} {/foreach}
And you template file would be
new_hook.tpl
That is all. Now you need to add your template code...
Read More
Footer Hooks
Here you can find all hooks neeed for Footer template files
Hook Name | Template File | Template Code | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
footer_before | footer_before.tpl | {foreach from=$footer_before_hooks...
Read More
![]() Header Hooks
Here you can find all hooks neeed for Header template files
|