]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
plugin base: add type hint to init(host)
[tt-rss.git] / prefs.php
index 4298c38a2be7efd4fd4e00527838c0464834ab46..82f23f583ab4bfc90f51ea9cf053555cf09f1ac6 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -31,6 +31,7 @@
 <html>
 <head>
        <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
+    <meta name="viewport" content="initial-scale=1,width=device-width" />
 
        <script type="text/javascript">
                var __ttrss_version = "<?php echo VERSION ?>"
@@ -44,7 +45,7 @@
                if ($theme && theme_valid("$theme")) {
                        echo stylesheet_tag(get_theme_path($theme));
                } else {
-                       echo stylesheet_tag("themes/default.css");
+                       echo stylesheet_tag("themes/default.php");
                }
        }
        ?>