When I replace the line:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\";");
with:
if?($forum['sponsorimg']?&&?$forum['cancontainthreads']==0?&&?$depth==1)?{
??????????eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level1_nopost_ sponsor")."\";");
????????}?else?{
??????????eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\";");
????????}
I receive a parse error when index.php gets to this line:
if?($forum['sponsorimg']?&&?$forum['cancontainthreads']==0?&&?$depth==1)?{
|