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