diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index 1e979d0e9..d952612ba 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -680,6 +680,8 @@ class Pref_Prefs extends Handler_Protected { print ""; #pane print "
"; + print '
'; + print '
'; if (ini_get("open_basedir") && function_exists("curl_init") && !defined("NO_CURL")) { print_warning("Your PHP configuration has open_basedir restrictions enabled. Some plugins relying on CURL for functionality may not work correctly."); @@ -833,13 +835,17 @@ class Pref_Prefs extends Handler_Protected { //print "

" . __("You will need to reload Tiny Tiny RSS for plugin changes to take effect.") . "

"; - print "

"; - print ""; + print "
"; #content-pane + print '
'; + print ""; print "
"; #pane + print "
"; #pane + print ""; #border-container + PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TAB, "hook_prefs_tab", "prefPrefs");