diff -r ffba60211d61 -r d8d8c482856f connections/theme.cfg --- 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));'); + ?>