php-mpos/public/templates/test/global/header.tpl
Sebastian Grewe 8224f6148e [IMPROVEMENT] @nrpatten supplied better quicklogin
* Needs to be fixed to properly use fieldset tags
2013-09-18 15:50:49 +02:00

6 lines
291 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>
{include file="login/small.tpl"}