[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-06-08T02:08:18-07:00 https://integramod.com/forum/feed.php?f=17&t=1129 2006-06-08T02:08:18-07:00 2006-06-08T02:08:18-07:00 https://integramod.com/forum/viewtopic.php?t=1129&p=8929#p8929 <![CDATA[groupcp_info_body.tpl fix for Acidtech theme]]>
code starts at line 39 & the fix comes in at line 44

<td><span><input></span></td><td>{L_GROUP_OPEN}    </td><td><span><input></span></td><td>{L_GROUP_CLOSED}   </td><td><span><input></span></td><td>{L_GROUP_HIDDEN}   <span><input></span> {L_GROUP_AUTO}   <span><input></span>    {L_GROUP_PAYMENT}  </td>


Should be like this

<td><span><input></span></td><td>{L_GROUP_OPEN}    </td><td><span><input></span></td><td>{L_GROUP_CLOSED}   </td><td><span><input></span></td><td>{L_GROUP_HIDDEN}   </td><td><span><input></span></td><td>{L_GROUP_AUTO}   </td><td><span><input></span></td><td>{L_GROUP_PAYMENT}   </td>


Puts in the order it should be in

Statistics: Posted Author: a_lunatic — Thu Jun 08, 2006 2:08 am


]]>