15 lines
230 B
Smarty
15 lines
230 B
Smarty
|
|
||
|
{{* custom content from hook will replace everything. *}}
|
||
|
{{if $content != '' }}
|
||
|
{{$content}}
|
||
|
{{else}}
|
||
|
|
||
|
{{if $customhome != false }}
|
||
|
{{include file="$customhome"}}
|
||
|
{{else}}
|
||
|
{{$defaultheader}}
|
||
|
{{/if}}
|
||
|
|
||
|
{{$login}}
|
||
|
{{/if}}
|