- Timestamp:
- 2006/12/28 11:29:03 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
r1008 r1009 1 1 <?php 2 2 3 include XOOPS_ROOT_PATH."/header.php"; 4 $xoopsOption['template_main'] = 'topic_list.html'; 3 5 4 print("aaaa");5 include '../../../header.php';6 /*$xoopsOption['template_main'] = 'topic_list.html';7 include XOOPS_ROOT_PATH."/header.php";8 */9 6 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 10 7 print($sql); 11 /* 8 12 9 if ( !$result = $xoopsDB->query($sql) ) { 13 10 redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED); … … 25 22 // Âбþ¾õ¶· 26 23 $xoopsTpl->assign('arrResponse', $arrResponse); 27 */28 24 ?>
Note: See TracChangeset
for help on using the changeset viewer.
