Add toggle all checkbox and plugin output section in nav bar
[squirrelmail.git] / plugins / squirrelspell / sqspell_functions.php
index c9a738894b16c78e7add67160fcf22ae97ad93f7..66adcc59fb16e232c605908e1a5981d0833cb47b 100644 (file)
@@ -63,13 +63,12 @@ function squirrelspell_setup_function() {
    */
   if (checkForJavascript()) {
 
-    global $oTemplate, $base_uri;
-    $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
+    global $oTemplate, $base_uri, $nbsp;
 
     $output = addButton(_("Check Spelling"), 
                         'check_spelling', 
                         array('onclick' => 'window.open(\'' . $base_uri 
-                                         . '/plugins/squirrelspell/sqspell_interface.php\', \'sqspell\', \'status=yes,width=550,height=370,resizable=yes\')')) . $nbsp;
+                                         . 'plugins/squirrelspell/sqspell_interface.php\', \'sqspell\', \'status=yes,width=550,height=370,resizable=yes\')')) . $nbsp;
 
     return array('compose_button_row' => $output);
   }