Hmmm... step 200 and step 300 have to be manually applied.
It's my fault, since I was move the placement of the code, but maybe you can improve it by not searching for:
// *************************************************
if (can_administer('canadminstyles'))
Just search for:
//=== GEEK AUTOLINK step 4.2 ===
$printhr = true;
construct_nav_option($vbphrase['GAL_display'], 'GAL_admin.php');
construct_nav_option($vbphrase['GAL_add_new'], 'GAL_admin.php?do=add');
construct_nav_option($vbphrase['GAL_settings'], 'GAL_admin.php?do=rebuild');
construct_nav_group($vbphrase['GAL_CP']);
//=== /GEEK AUTOLINK ===
That's step 200. Now I'm going to do step 300, report going after...
|