[Openfirst-cvscommit] base index.php,1.8,1.9
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-04-03 02:17:53
|
Update of /cvsroot/openfirst/base In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14363 Modified Files: index.php Log Message: Added comment. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/index.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.php 3 Apr 2005 02:09:43 -0000 1.8 --- index.php 3 Apr 2005 02:17:41 -0000 1.9 *************** *** 76,79 **** --- 76,80 ---- } } + // This is really hackish. echo("<table width=200><tr><th>Features</th></tr><tr><td><div>This portal has the following features: </div> <ul>".str_replace(" |"," ",str_replace("»","<li>",$headers))."</ul></td></tr></table><br />"); |