PHP Code:
<if condition="$post['journal_id']">
<tr><td class="vbmenu_option"><a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$journal[journaldesc]">Visit $post[musername]'s Journal</a></td></tr>
</if>
Oblivion, the title tag is not displaying. But it's ok. If you are fixing, instead of journaldesc, I'd rather have the journal name. So it looks like:
PHP Code:
<a href="journal.php?$session[sessionurl]do=showjournal&j=$post[journal_id]" title="$journal[journaldesc]">My Blog: $post[journal]</a>