Improved News style

pull/1/head
Philipp Dunkel 15 years ago
parent 52519a95c9
commit 6de56c1920

@ -46,7 +46,7 @@
$fp = @fopen("/www/pages/index/feed.rss", "r");
if($fp)
{
echo '<p><u>'._('Latest News').'</u></p>';
echo '<p id="lnews">'._('Latest News').'</p>';
while(!feof($fp))

Loading…
Cancel
Save