]> git.wh0rd.org - tt-rss.git/commitdiff
update year on the footer
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 15 Feb 2008 08:25:05 +0000 (09:25 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 15 Feb 2008 08:25:05 +0000 (09:25 +0100)
login_form.php
prefs.php
tt-rss.php

index 6520c29cfe097b2616d865430eda6a75adaccc8d..c4d0d8eca6bc55801ac69ade20796314891ce5d5 100644 (file)
@@ -110,7 +110,7 @@ window.onload = init;
        </td>
 </tr><tr>
        <td align="center" class="loginBottom">
-               <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+               <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
        </td>
 </tr>
 
index 4d76e27422e6632804ec3d118ebc27e9e021d79f..d328beaf48f1a9a57f642cabfcb773a03edf7267 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -153,7 +153,7 @@ window.onload = init;
                ?>
                </select>
        <?php } ?>
-       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
 </div>
 
 <?php db_close($link); ?>
index 163686d702e3bc5f25c1815f5d8fae48c8882f08..c3c8957e1e5614ee67ea3257127557a5a96ae127 100644 (file)
@@ -232,7 +232,7 @@ window.onload = init;
                ?>
                </select>
        <?php } ?>
-       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
 </div>
 
 <?php db_close($link); ?>