connections/theme.cfg
changeset 5 d8d8c482856f
parent 4 ffba60211d61
--- a/connections/theme.cfg	Mon Dec 08 11:36:24 2008 -0500
+++ b/connections/theme.cfg	Thu Dec 11 15:52:06 2008 -0500
@@ -12,8 +12,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
  */
  
-global $theme;
+global $theme, $plugins;
 $theme['theme_id'] = 'connections';
 $theme['theme_name'] = 'Connections';
 
+$plugins->attachHook('compile_template', '$this->assign_bool(array("hide_search" => true));');
+
 ?>