Changeset 1304


Ignore:
Timestamp:
2007/01/22 16:11:59 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/roadmap/index.php

    r1293 r1304  
    3333    $myrow['post_id'] = $myrow_tmp['post_id']; 
    3434     
    35     $topiclink = 'viewtopic.php?topic_id='.$myrow['topic_id'].'&forum='.$myrow['forum_id']; 
     35    $topiclink = XOOPS_URL . 'modules/newbb/viewtopic.php?topic_id='.$myrow['topic_id'].'&forum='.$myrow['forum_id']; 
    3636     
    3737    $xoopsTpl->append('topics', array( 
Note: See TracChangeset for help on using the changeset viewer.