1
0

Remove Advanced-JS option

This commit is contained in:
onli
2013-06-23 20:10:55 +02:00
parent ae2ff8a3b2
commit 9a989dddb3
6 changed files with 8 additions and 33 deletions

View File

@@ -381,12 +381,8 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
$data['save'] = true;
$data['timestamp'] = serendipity_strftime('%H:%M:%S');
}
if (!isset($serendipity['eyecandy']) || serendipity_db_bool($serendipity['eyecandy'])) {
$data['eyecandy'] = true;
}
serendipity_plugin_api::hook_event("backend_pluginlisting_header" ,$eyecandy);
serendipity_plugin_api::hook_event("backend_pluginlisting_header", $null);
ob_start();
serendipity_plugin_api::hook_event('backend_plugins_sidebar_header', $serendipity);