php-mpos/public/templates/mpos/global/header.tpl
Sebastian Grewe 48a344ed25 [SECURITY] Dropped small login form
Since we are adding more security realted features, we drop the small
login in the header. It will need more workarounds than we'd like and is
already dropped when re-Captcha is enabled.

Security > Convenience :D
2014-01-17 15:43:58 +01:00

5 lines
298 B
Smarty

<hgroup>
<h1 class="site_title">{$GLOBAL.website.name|default:"Unknown Pool"}</h1>
<h2 class="section_title">{if $smarty.request.action|escape|default:""}{$smarty.request.action|escape|capitalize}{else}{$smarty.request.page|escape|default:"home"|capitalize}{/if}</h2>
</hgroup>