]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
updated german translation
[tt-rss.git] / prefs.php
index 0add206e43c0de29bb54353d3f4aab5ce2f20c0f..ea531e2c6943eebddb52c67023990cb9fd682674 100644 (file)
--- a/prefs.php
+++ b/prefs.php
        <?php echo stylesheet_tag("tt-rss.css"); ?>
        <?php echo stylesheet_tag("prefs.css"); ?>
 
+       <?php if ($_SESSION["uid"]) {
+               $theme = get_pref($link, "USER_CSS_THEME", $_SESSION["uid"], false);
+               if ($theme) {
+                       echo stylesheet_tag("themes/$theme");
+               }
+       }
+       ?>
+
        <?php print_user_stylesheet($link) ?>
 
        <link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
@@ -49,6 +57,7 @@
                                "lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls",
                                "lib/dojo/dojo.js",
                                "lib/dijit/dijit.js",
+                               "lib/CheckBoxTree.js",
                                "lib/dojo/tt-rss-layer.js",
                                "errors.php?mode=js") as $jsfile) {
 
@@ -68,7 +77,7 @@
                        }
                }
 
-               print get_minified_js(array("functions", "deprecated", "prefs"));
+               print get_minified_js(array("functions", "deprecated", "prefs", "PrefFeedTree", "PrefFilterTree", "PrefLabelTree"));
 
                init_js_translations();
        ?>
        </div>
 </div>
 
-<img id="piggie" src="images/piggie.png" style="display : none" alt="piggie"/>
-
 <div id="header" dojoType="dijit.layout.ContentPane" region="top">
        <!-- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> | -->
        <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
 
 <div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
        <a class="insensitive" target="_blank" href="http://tt-rss.org/">
-       Tiny Tiny RSS</a> &copy; 2005-<?php echo date('Y') ?>
+       Tiny Tiny RSS</a>
+       <?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 -->