1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00
Files
postfixadmin/templates/index.tpl
Christian Boltz e8beac17d0 index.tpl:
- footer.tpl was accidently lost in r951, added again


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@955 a1433add-5e2c-0410-b055-b7f2511e0802
2011-02-13 15:56:43 +00:00

19 lines
472 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>Template not found</h3>({php}print $_SERVER ['PHP_SELF'];{/php})
{/if}
{include file='footer.tpl'}
{/strip}