/* change this block on line 132 */ {if $url_short neq "http://" && $url_short neq "://"} {$url_short} {/if} To This: {if $url_short neq "http://" && $url_short neq "://"} {$url_short} {else} {$No_URL_Name} {/if}