You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
476 B
Smarty
18 lines
476 B
Smarty
<!-- {$smarty.template} -->
|
|
{strip}
|
|
{include file="header.tpl"}
|
|
{if $smarty_template|needle:"login" neq 1}
|
|
{config_load file="menu.conf" section=$smarty_template}
|
|
{if $smarty_template|needle:"users_" eq 1}
|
|
{include file='users_menu.tpl'}
|
|
{else}
|
|
{include file='menu.tpl'}
|
|
{/if}
|
|
{/if}
|
|
{if $smarty_template}
|
|
{include file="$smarty_template.tpl"}
|
|
{else}
|
|
<h3>Kein Template angegeben</h3>({php}print $_SERVER ['PHP_SELF'];{/php})
|
|
{/if}
|
|
{include file='footer.tpl'}
|
|
{/strip} |