Linked Site-Title

Seems that there was plans to make the site title a link, but the .tpl
was never updated.
This commit is contained in:
Zen00 2014-01-28 08:16:31 -07:00
parent 56f995c86f
commit 0e8949c71d

View File

@ -1,4 +1,4 @@
<hgroup>
<h1 class="site_title">{$GLOBAL.website.name|default:"Unknown Pool"}</h1>
<a href="{$smarty.server.SCRIPT_NAME}"><h1 class="site_title">{$GLOBAL.website.name|default:"Unknown Pool"}</h1></a>
<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>