Use template home.tpl for mod/home
This commit is contained in:
@@ -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}}
|
||||
Reference in New Issue
Block a user