php-mpos/public/templates/test/global/header.tpl
2013-09-02 12:55:33 +02:00

5 lines
254 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>