Changeset 1002 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/28 11:26:44 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
r1001 r1002 1 1 <?php 2 2 3 include '../../ header.php';3 include '../../../header.php'; 4 4 $xoopsOption['template_main'] = 'topic_list.html'; 5 5 include XOOPS_ROOT_PATH."/header.php"; … … 10 10 exit(); 11 11 } 12 13 print($myrow); 12 14 13 15 while ( $myrow = $xoopsDB->fetchArray($result) ) {
Note: See TracChangeset
for help on using the changeset viewer.
