]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
pngcrush.sh
[tt-rss.git] / prefs.php
index bffd5cdf5c526bf025ea595202a8cb82e54d91df..ef08ab86bd1ed684d3e0fece102f91499ec9be09 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -40,7 +40,7 @@
        <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
 
        <?php if ($_SESSION["uid"]) {
-               $theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);
+               $theme = get_pref("USER_CSS_THEME", false, false);
                if ($theme && theme_valid("$theme")) {
                        echo stylesheet_tag(get_theme_path($theme));
                } else {
        } ?>
 
        <script type="text/javascript">
+               'use strict';
                require({cache:{}});
        <?php
-               require_once 'lib/jshrink/Minifier.php';
-
+               print get_minified_js(["functions.js", "prefs.js"]);
+       ?>
+       </script>
+       <script type="text/javascript">
+       <?php
                foreach (PluginHost::getInstance()->get_plugins() as $n => $p) {
                        if (method_exists($p, "get_prefs_js")) {
                                echo "try {";
@@ -92,8 +96,6 @@
                        }
                }
 
-               print get_minified_js(["functions.js", "prefs.js"]);
-
                init_js_translations();
        ?>
        </script>
        <?php if (!defined('HIDE_VERSION')) { ?>
                 v<?php echo VERSION ?>
        <?php } ?>
-       &copy; 2005-<?php echo date('Y') ?>
-       <a class="insensitive" target="_blank"
-       href="http://fakecake.org/">Andrew Dolgov</a>
 </div> <!-- footer -->
 
 </div>