[Scummvm-cvs-logs] SF.net SVN: scummvm:[36126] web/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jan 29 02:40:30 CET 2009


Revision: 36126
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36126&view=rev
Author:   fingolfin
Date:     2009-01-29 01:40:30 +0000 (Thu, 29 Jan 2009)

Log Message:
-----------
Added links to the atom & RSS feeds

Modified Paths:
--------------
    web/trunk/index.php
    web/trunk/style.css

Modified: web/trunk/index.php
===================================================================
--- web/trunk/index.php	2009-01-28 23:29:19 UTC (rev 36125)
+++ web/trunk/index.php	2009-01-29 01:40:30 UTC (rev 36126)
@@ -196,8 +196,16 @@
 	echo "ERROR";
 }
 
+?>
+
+<div class="bottom-feed-floater">
+<a href="http://www.scummvm.org/feed-atom.php">Atom</a> | 
+<a href="http://www.scummvm.org/feed-rss20.php">RSS</a>
+</div>
+
+<?php
 // Show 'More News...' link, unless we are already in the showsnews mode.
-if (!$shownews) {
+if (true || !$shownews) {
   echo '<p class="bottom-link"><a href="?shownews=archive">More News...</a></p>'."\n";
 }
 

Modified: web/trunk/style.css
===================================================================
--- web/trunk/style.css	2009-01-28 23:29:19 UTC (rev 36125)
+++ web/trunk/style.css	2009-01-29 01:40:30 UTC (rev 36126)
@@ -231,6 +231,16 @@
 
 .newsdate { font-weight: normal; }
 
+.bottom-feed-floater{
+	float: left;
+}
+
+.bottom-feed-floater a {
+	color: #a82709;
+	font-weight: bold;
+	text-decoration: none;
+}
+
 .bottom-link a {
 	display: block;
 	text-align: right;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list