xxxxxxxxxx
{config_load file='colors.conf'}
{include file='header.tpl'}
{insert file='banner_ads.tpl' title='Smarty is cool'}
{if $logged_in}
Welcome, <font color="{#fontColor#}">{$name}!</font>
{else}
hi, {$name}
{/if}
{include file='footer.tpl' ad=$random_id}