diff -r 47393c6619ea -r 261f367623af includes/template.php --- a/includes/template.php Tue Sep 04 08:25:48 2007 -0400 +++ b/includes/template.php Tue Sep 04 12:52:23 2007 -0400 @@ -741,6 +741,9 @@ 'LOGOUT_LINK'=>$logout_link, 'ADMIN_LINK'=>$admin_link, 'THEME_LINK'=>$theme_link, + 'SEARCH_ACTION'=>makeUrlNS('Special', 'Search'), + 'INPUT_TITLE'=>( urlSeparator == '&' ? '' : ''), + 'INPUT_AUTH'=>( $session->sid_super ? '' : ''), 'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme, 'THEME_ID'=>$this->theme, 'STYLE_ID'=>$this->style,