It can be easier.
Change the template navbar_atim
And change
<td class="vbmenu_option"><a href="search.php?do=getdaily&minutes=15">$vbph rase[atin_Last_15]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&minutes=30">$vbph rase[atin_Last_30]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&minutes=45">$vbph rase[atin_Last_45]</a></td>
to <td class="vbmenu_option"><a href="search.php?do=getdaily&&exclude=152;minutes=15">$vbphrase[atin_Last_15]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&&exclude=152;minutes=30">$vbphrase[atin_Last_30]</a></td>
<td class="vbmenu_option"><a href="search.php?do=getdaily&&exclude=152;minutes=45">$vbphrase[atin_Last_45]</a></td>
&exclude=152 is the number of the excluded form.
|