Use template home.tpl for mod/home
This commit is contained in:
parent
a526573075
commit
0aafdab810
2 changed files with 33 additions and 11 deletions
14
view/templates/home.tpl
Normal file
14
view/templates/home.tpl
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
{{* custom content from hook will replace everything. *}}
|
||||
{{if $content != '' }}
|
||||
{{$content}}
|
||||
{{else}}
|
||||
|
||||
{{if $customhome != false }}
|
||||
{{include file="$customhome"}}
|
||||
{{else}}
|
||||
{{$defaultheader}}
|
||||
{{/if}}
|
||||
|
||||
{{$login}}
|
||||
{{/if}}
|
Loading…
Add table
Add a link
Reference in a new issue