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
5 lines
298 B
Smarty
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>
|