It's not the 'Header' template, its the
navbar template (you have to 'expand' the Navigation/Breadcrumb section to find it).
--------------- Added 14 Nov 2007 at 08:42 ---------------
After you open the
navbar template
FIND:
Code:
<!-- user cp tools menu -->
then locate 'where' you want the link to appear (before or after which other link in the dropdown. For example if you want it to be in the first 'section' and AFTER 'Today's Posts' (since I don't know what's in your Quick LInks dropdown already) you would then FIND:
Code:
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
and then right below it ADD:
Code:
<tr>
<td class="vbmenu_option"><a href="http://www.path-to-your-file/casino.php">Casino</a></td>
</tr>