From: Andrew Dolgov Date: Sun, 16 Oct 2005 04:51:09 +0000 (+0100) Subject: options to disable header/footer and to select more compact stylesheet (included... X-Git-Tag: 1.0.7~61 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=da5d0d09dae48a39fc44fe0ca97d6cb18f0a3f1b;p=tt-rss.git options to disable header/footer and to select more compact stylesheet (included as tt-rss_compact.css) --- diff --git a/config.php-dist b/config.php-dist index f56fb6dc..2da53f43 100644 --- a/config.php-dist +++ b/config.php-dist @@ -32,5 +32,16 @@ define(MIN_UPDATE_INTERVAL, 30); // min. interval between feed updates, minutes + + define(DISPLAY_HEADER, true); + // enable/disable the display of the header graphic + + define(DISPLAY_FOOTER, true); + // enable/disable the display of the footer + + define(USE_COMPACT_STYLESHEET, false); + // use stylesheet with more compact layout (if combined with two previous + // options may improve UI on small screens) + ?> diff --git a/images/ttrss_logo_small.png b/images/ttrss_logo_small.png new file mode 100644 index 00000000..ec6cb9f4 Binary files /dev/null and b/images/ttrss_logo_small.png differ diff --git a/prefs.php b/prefs.php index 7f21a60f..375612f4 100644 --- a/prefs.php +++ b/prefs.php @@ -16,11 +16,13 @@ + + + +
logo
@@ -74,6 +76,7 @@
diff --git a/tt-rss.php b/tt-rss.php index 89ff4076..96261bb6 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -1,7 +1,26 @@ + + + Tiny Tiny RSS - + + + + + + + + + + + + +