]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
remove themes/
[tt-rss.git] / prefs.php
index 575fbbf0fefa2afb7acabd682bda7d233019e12c..6c10918434178f9dc0e7bc56332830e70f12334c 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -2,8 +2,8 @@
        set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
                get_include_path());
 
-       require_once "functions.php";
        require_once "sessions.php";
+       require_once "functions.php";
        require_once "sanity_check.php";
        require_once "version.php";
        require_once "config.php";
@@ -29,7 +29,6 @@
        <link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
        <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
 
-       <?php print_theme_includes($link) ?>
        <?php print_user_stylesheet($link) ?>
 
        <link rel="shortcut icon" type="image/png" href="images/favicon.png"/>