Update of /cvsroot/boost/website
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6944

Modified Files:
        index.php 
Log Message:
Add sidebar boxes for various list feeds.

Index: index.php
===================================================================
RCS file: /cvsroot/boost/website/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.php   6 Nov 2006 05:00:47 -0000       1.4
+++ index.php   10 Nov 2006 05:59:29 -0000      1.5
@@ -1,5 +1,5 @@
 <?php
-require dirname(__FILE__) . '/common/code/feed.php';
+require_once(dirname(__FILE__) . '/common/code/feed.php');
 $_news = new boost_feed(dirname(__FILE__) . '/feed/news.rss', '/users/news');
 $_news->sort_by('pubdate');
 $_downloads = new boost_feed(dirname(__FILE__) . '/feed/downloads.rss', 
'/users/download');


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to