Update of /cvsroot/xoops/xoops-current/html/modules/news
In directory usw-pr-cvs1:/tmp/cvs-serv11562/html/modules/news
Modified Files:
index.php
Log Message:
no comments
Index: index.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/news/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php 4 Aug 2002 10:26:45 -0000 1.3
--- index.php 7 Oct 2002 13:05:15 -0000 1.4
***************
*** 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");
--- 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");
***************
*** 178,180 ****
include_once(XOOPS_ROOT_PATH."/footer.php");
! ?>
\ No newline at end of file
--- 178,180 ----
include_once(XOOPS_ROOT_PATH."/footer.php");
! ?>
|