1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 04:19:14 +00:00

improved article look

This commit is contained in:
Andrew Dolgov
2005-08-23 15:47:46 +01:00
parent 5519382252
commit f07c0eb4fa
5 changed files with 52 additions and 7 deletions

View File

@@ -9,6 +9,8 @@
<body onload="init()">
<? require_once "config.php" ?>
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
<tr>
<td class="header" valign="middle" colspan="2">
@@ -51,7 +53,7 @@
</tr>
<tr>
<td colspan="2" class="notify">
<a href="">Tiny-Tiny RSS</a> v0.1 &copy; 2005 Andrew Dolgov
<a href="">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
</td>
</td>
</table>