Update of /cvsroot/xoops/xoops-current/html/modules/news
In directory usw-pr-cvs1:/tmp/cvs-serv9405/html/modules/news
Modified Files:
index.php
Log Message:
Index: index.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/news/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.php 7 Oct 2002 13:05:15 -0000 1.4
--- index.php 11 Oct 2002 10:05:18 -0000 1.5
***************
*** 69,73 ****
if ( $xoops_newsConfig['displaynav'] == 1 ){
echo "<br />";
! echo "<form name='form1' action='".$PHP_SELF."' method='get'><div align='center'>\n";
$xt = new XoopsTopic($xoopsDB->prefix("topics"));
$xt->makeTopicSelBox(1, $xoopsOption['storytopic'],"storytopic");
--- 69,73 ----
if ( $xoops_newsConfig['displaynav'] == 1 ){
echo "<br />";
! echo "<form name='form1' action='".$PHP_SELF."' method='get'><div>\n";
$xt = new XoopsTopic($xoopsDB->prefix("topics"));
$xt->makeTopicSelBox(1, $xoopsOption['storytopic'],"storytopic");
|