X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=prefs.php;h=575fbbf0fefa2afb7acabd682bda7d233019e12c;hb=9eac0e089312e5f2d96da92f73ae6003da62ce36;hp=4c19f687f73d7af201cb41f6bb5eaef0997a544d;hpb=e6cb77a07ad5ff4b7d43aa00fdf1fc810bfebf69;p=tt-rss.git diff --git a/prefs.php b/prefs.php index 4c19f687..575fbbf0 100644 --- a/prefs.php +++ b/prefs.php @@ -1,117 +1,138 @@ - + - Tiny Tiny RSS : Preferences - + Tiny Tiny RSS : <?php echo __("Preferences") ?> + + - + + - + - + + + + + + - + - + - + global $pluginhost; + + foreach ($pluginhost->get_plugins() as $n => $p) { + if (method_exists($p, "get_prefs_js")) { + echo JSMin::minify($p->get_prefs_js()); + } + } + + foreach (array("functions", "deprecated", "prefs") as $js) { + if (!isset($_GET['debug'])) { + echo JSMin::minify(file_get_contents("js/$js.js")); + } else { + echo file_get_contents("js/$js.js"); + } + } + ?> + + + + + - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
- logo - -
-
- - Hello, (Logout)
-
- - - - - - - = 10) { ?> - - - - -
- -

Loading, please wait...

- -
- - + + +
 
+ + +
+
+
+
+
+ +
+
+ + + + + +
+ +
+
+
+
+
+= 10) { ?> +
+ +run_hooks($pluginhost::HOOK_PREFS_TABS, + "hook_prefs_tabs", false); +?> +
+ + + +
+ +