php-mpos/public/templates/test/global/header.tpl
2013-09-18 07:42:54 +02:00

8 lines
334 B
Smarty

<hgroup>
<h1 class="site_title">{$GLOBAL.website.name}</h1>
<h2 class="section_title">{if $smarty.request.action|default:""}{$smarty.request.action|capitalize}{else}{$smarty.request.page|default:"home"|capitalize}{/if}</h2>
</hgroup>
<div class="login_small">
{include file="login/small.tpl"}
</div>