mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:45:54 +00:00
update copyright
This commit is contained in:
@@ -131,7 +131,7 @@ window.onload = init;
|
|||||||
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="footer" colspan="2">
|
<td class="footer" colspan="2">
|
||||||
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
|
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005-2006 Andrew Dolgov
|
||||||
<? if (WEB_DEMO_MODE) { ?>
|
<? if (WEB_DEMO_MODE) { ?>
|
||||||
<br>Running in demo mode, some functionality is disabled.
|
<br>Running in demo mode, some functionality is disabled.
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ window.onload = init;
|
|||||||
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="footer" id="mainFooter">
|
<td colspan="2" class="footer" id="mainFooter">
|
||||||
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
|
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005-2006 Andrew Dolgov
|
||||||
<? if (WEB_DEMO_MODE) { ?>
|
<? if (WEB_DEMO_MODE) { ?>
|
||||||
<br>Running in demo mode, some functionality is disabled.
|
<br>Running in demo mode, some functionality is disabled.
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user