<h3 class="block-minorHeader">
<xf:if is="$title == 'YourWidgeTtitle'">
<a href="your URL" rel="nofollow">{$title}</a>
<xf:elseif is="$title == 'AnotherWidgetTitle'" />
<a href="another URL" rel="nofollow">{$title}</a>
<xf:else/>
<a href="{$link}" rel="nofollow">{$title}</a>
</xf:if>
</h3>