Initial Commit
This commit is contained in:
24
templates/frontOffice/hooktest/index.html
Normal file
24
templates/frontOffice/hooktest/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{extends file="layout.tpl"}
|
||||
|
||||
{block name="main-content"}
|
||||
|
||||
{ifhook rel="home.body"}
|
||||
{hook name="home.body"}
|
||||
{/ifhook}
|
||||
{elsehook rel="home.body"}
|
||||
::NO home.body::
|
||||
{/elsehook}
|
||||
|
||||
{/block}
|
||||
|
||||
{block name="stylesheet"}
|
||||
{hook name="home.stylesheet"}
|
||||
{/block}
|
||||
|
||||
{block name="after-javascript-include"}
|
||||
{hook name="home.after-javascript-include"}
|
||||
{/block}
|
||||
|
||||
{block name="javascript-initialization"}
|
||||
{hook name="home.javascript-initialization"}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user