
06-18-2005, 04:44 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by hbalagh1
i dont' get an error really its more of a bothersome. My navigation (on the left) opens up everything in a new window
i think i got it down to being the adminacp/index.php
the only change i am to make to that file though is this
find
Code:
$printhr = false;
if (can_administer('canadminstyles'))
add above
Code:
// ## <ucs>
construct_nav_option("uTT Point System Settings", 'options.php?dogroup=uttpoints', '<br />');
construct_nav_option("uTT Store Settings", 'options.php?dogroup=uttstore', '<br />');
construct_nav_option("Action Manager", 'uttstoreadmin.php?do=modify', '<br />');
construct_nav_option("Add Action", 'uttstoreadmin.php?do=add', '<br />');
construct_nav_group("uTT Store Hack", '<hr />');
// ## </ucs>
when ever i add that i get the problem
|
What editor are you using to make the changes?
|