summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 15:47:46 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 15:47:46 +0100
commitf07c0eb4fa8fd413bd2c5419aa9b21fada38b530 (patch)
tree8e259fdca00b63281668e29923541d1de168532c /prefs.php
parent55193822528c95f6cd63c92f0791385ad4aad3d6 (diff)
improved article look
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 1d3755a60..1a85bf3c4 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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>