misc chrome updates
This commit is contained in:
parent
53a8a4b906
commit
17b3e8e624
|
@ -136,10 +136,7 @@ window.onload = init;
|
|||
</td>
|
||||
</tr><tr>
|
||||
<td align="center" class="loginBottom">
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> © 2005-2007 Andrew Dolgov
|
||||
<?php if (WEB_DEMO_MODE) { ?>
|
||||
<br>Running in demo mode, some functionality is disabled.
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> © 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@ window.onload = init;
|
|||
?>
|
||||
</select>
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005-2007 Andrew Dolgov
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
</div>
|
||||
|
||||
<?php db_close($link); ?>
|
||||
|
|
|
@ -215,7 +215,7 @@ window.onload = init;
|
|||
?>
|
||||
</select>
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005-2007 Andrew Dolgov
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
</div>
|
||||
|
||||
<?php db_close($link); ?>
|
||||
|
|
Loading…
Reference in New Issue