Changeset 954 for temp/test-xoops.ec-cube.net/html/modules/newbb
- Timestamp:
- 2006/12/22 10:30:44 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/newbb
- Files:
-
- 2 edited
-
include/forumform.inc.php (modified) (1 diff)
-
reply.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php
r951 r954 33 33 exit(); 34 34 } 35 36 echo "<div style='padding: 15px 0;'>";37 35 include_once XOOPS_ROOT_PATH."/class/xoopslists.php"; 38 36 include_once XOOPS_ROOT_PATH."/include/xoopscodes.php"; 39 37 38 echo "<div style='padding: 15px 0;'>"; 40 39 $token=&XoopsMultiTokenHandler::quickCreate('newbb_post'); 41 40 -
temp/test-xoops.ec-cube.net/html/modules/newbb/reply.php
r953 r954 113 113 $hidden .= "\n".$q_message."[/quote]"; 114 114 $message = ""; 115 //themecenterposts($r_subject,$r_content); 116 //echo "<br />"; 115 echo "<div style='padding: 15px 0;'>"; 116 themecenterposts($r_subject,$r_content); 117 echo "</div>"; 117 118 $pid=$post_id; 118 119 unset($post_id);
Note: See TracChangeset
for help on using the changeset viewer.
