changeset 2 | 4e7762863437 |
parent 0 | a09fb41e48d5 |
child 3 | a050ff3d4509 |
--- a/plugins/Nuggie.php Tue Dec 11 19:05:43 2007 -0500 +++ b/plugins/Nuggie.php Thu Jan 31 21:35:46 2008 -0500 @@ -42,6 +42,10 @@ { require( ENANO_ROOT . "/plugins/nuggie/usercp.php" ); } + else if ( $page_id == "Search" && $namespace == "Special" ) + { + require( ENANO_ROOT . "/plugins/nuggie/search.php" ); + } '); $plugins->attachHook('acl_rule_init', 'nuggie_namespace_setup();');