mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
update year on the footer
This commit is contained in:
@@ -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> © 2005–2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> © 2005–2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ window.onload = init;
|
||||
?>
|
||||
</select>
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005–2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005–2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
</div>
|
||||
|
||||
<?php db_close($link); ?>
|
||||
|
||||
@@ -232,7 +232,7 @@ window.onload = init;
|
||||
?>
|
||||
</select>
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005–2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005–2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
</div>
|
||||
|
||||
<?php db_close($link); ?>
|
||||
|
||||
Reference in New Issue
Block a user