Code:
{if $use_title_as_link eq true}
{if $url_short neq "http://" && $url_short neq "://"}
<a href="{$url}" {if $open_in_new_window eq true} target="_blank"{/if}>{$title_short}</a>
{else}
<a href="{$story_url}">{$title_short}</a>
{/if}
{else}
{if $pagename eq "story"}
{if $url_short neq "http://" && $url_short neq "://"}
<a href="{$url}">{$title_short}</a>
{else}
<span class="toptitle-nolink">{$title_short}</span>
{/if}
{else}
<a href="{$story_url}">{$title_short}</a>
{/if}
{/if} 



Linear Mode




