Changeset 1009 for temp


Ignore:
Timestamp:
2006/12/28 11:29:03 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php

    r1008 r1009  
    11<?php 
    22 
     3include XOOPS_ROOT_PATH."/header.php"; 
     4$xoopsOption['template_main'] = 'topic_list.html'; 
    35 
    4 print("aaaa"); 
    5 include '../../../header.php'; 
    6 /*$xoopsOption['template_main'] = 'topic_list.html'; 
    7 include XOOPS_ROOT_PATH."/header.php"; 
    8 */ 
    96$sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 
    107print($sql); 
    11 /* 
     8 
    129if ( !$result = $xoopsDB->query($sql) ) { 
    1310    redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED); 
     
    2522// Âбþ¾õ¶· 
    2623$xoopsTpl->assign('arrResponse', $arrResponse); 
    27 */ 
    2824?> 
Note: See TracChangeset for help on using the changeset viewer.