
08-21-2004, 05:53 AM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Rahzel_hx
hmm i don't have a action manager >_<
Edit i jsut don't have a link to it i think i did something wrong in the admincp/index.php
This is what it looks like
PHP 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> $printhr = false;
if (can_administer('canadminstyles'))
|
You pasted it on one line.. instead of on multiple lines.
|