plugins/Nuggie.php
changeset 3 a050ff3d4509
parent 2 4e7762863437
child 7 cd46e29ae699
--- a/plugins/Nuggie.php	Thu Jan 31 21:35:46 2008 -0500
+++ b/plugins/Nuggie.php	Fri Feb 01 21:54:00 2008 -0500
@@ -40,6 +40,7 @@
     
     if ( $page_id == "Preferences" && $namespace == "Special" )
     {
+      $template->add_header("<link rel=\"stylesheet\" type=\"text/css\" href=\"' . scriptPath . '/plugins/nuggie/client/usercp.css\" />");
       require( ENANO_ROOT . "/plugins/nuggie/usercp.php" );
     }
     else if ( $page_id == "Search" && $namespace == "Special" )