diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-12-21 17:00:02 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-12-21 17:00:02 +0300 |
| commit | 5fbd1ee12f91a5b91cf43aec750fca74da96eb7f (patch) | |
| tree | ff42f4f57a0c9aeea162577a434964092576a2d3 /mobile | |
| parent | 1afd6227bcb259f9f5a663e2935eee833b51f558 (diff) | |
mobile: remove footer from mobile/classic
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/classic/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/classic/index.php b/mobile/classic/index.php index 85ea76b67..6a3aa5226 100644 --- a/mobile/classic/index.php +++ b/mobile/classic/index.php @@ -144,10 +144,10 @@ <?php if (!$go) { ?> -<div id="footer"> +<!-- <div id="footer"> <a href="http://tt-rss.org/">Tiny-Tiny RSS</a> © 2005-2009 Andrew Dolgov -</div> +</div> --> <?php } ?> |