Changeset 411 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/01 20:59:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/viewtopic.php
r405 r411 290 290 $post_image = '<a name="'.$eachpost->postid().'"><img src="'.XOOPS_URL.'/images/icons/posticon.gif" alt="" /></a>'; 291 291 } 292 $xoopsTpl->append('topic_posts', array_merge($posterarr, array(' post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text)));292 $xoopsTpl->append('topic_posts', array_merge($posterarr, array('fix' => $fix, 'post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text))); 293 293 } 294 294 … … 337 337 } 338 338 339 $xoopsTpl->append('topic_posts', array_merge($posterarr, array(' post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text)));339 $xoopsTpl->append('topic_posts', array_merge($posterarr, array('fix' => $fix, 'post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text))); 340 340 unset($eachposter); 341 341 } … … 349 349 } 350 350 351 // Îóµ351 // Âбþ¾õ¶· 352 352 $xoopsTpl->assign('arrResponse', $arrResponse); 353 353
Note: See TracChangeset
for help on using the changeset viewer.
