ive got a few probs ... can you help me please

in admincp/index.php mine shows like this:
// *************************************************
$printhr = false;
if (can_administer('canadminsettings'))
{
$printhr = true;
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
if ($debug == 1)
{
construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
}
construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
}
if ($printhr == true)
{
construct_nav_spacer();
}
// ###### ELITECODERS DOWNLOAD HACK ######
construct_nav_option("Settings", 'downloadadmin.php?do=settings', '<br />');
construct_nav_option("Categories", 'downloadadmin.php?do=category', '<br />');
construct_nav_group("Downloads", '<hr />');
// ###### ELITECODERS DOWNLOAD HACK ######
// *************************************************
can you tell me where to put :
$printhr = true ;
construct_nav_option("Control Inferno Quiz's", 'admin_quiz.php', '<br />');
construct_nav_option("Control Quiz Questions", 'admin_quiz.php?do=questions', '<br />');
construct_nav_group("Inferno Quiz Control", '<hr />');
$printhr = false;
Also in my navbar i don't have what you have stated mine is like this:
<!-- / breadcrumb, login, pm info -->
<!-- bottom table setup -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" align="left" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_btm_table_ls.gif" width="60" height="14" alt=" " border="0" /></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/tren_z_front_btm_table_back.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="14" alt=" " border="0" /></td>
<td width="60" align="right" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_btm_table_rs.gif" width="60" height="14" alt=" " border="0" /></td>
</tr>
</table>
<!-- End bottom table setup -->
<div style="padding: 7px 7px 7px 7px;"></div>
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
where do i put :
<td class="vbmenu_control"><a href="quiz.php?$session[sessionurl]">Quiz</a></td>
Thanks in advance

"Blonde"