blob: 92f138d9c538c01168fd70b6cb067ff9d340cc5c (
plain)
1
2
3
4
5
6
7
8
|
{strip}
<div id="banner">
<h1><a href="{$smarty.const.BIT_ROOT_URL}">{$gBitSystem->getConfig('site_title')}</a></h1>
{if $gBitSystem->getConfig('site_slogan')}
<h3>{$gBitSystem->getConfig('site_slogan')}</h3>
{/if}
</div>
{/strip}
|