SMF Ads Support Forum

Themes/Language => Theme Support => Topic started by: bestpowder on December 25, 2009, 05:34:32 PM

Title: Parse Error in Mavice Theme
Post by: bestpowder on December 25, 2009, 05:34:32 PM
Got some different errors after I've been applying the various additions to the php files in the Mavice Theme, this one here I can not seem to figure out

Quote
Parse error: parse error in .../Themes/Mavice/BoardIndex.template.php on line 804
795:
796:    echo '
797:
798:          </table>
799:
800:       </div>
801:
802:    </div>';
803: }
804: ?>
805:
806:

I don't know if you can help me, I also attached the BoardIndex.template.php file

Cheers,
Torben :)
Title: Re: Parse Error in Mavice Theme
Post by: ccbtimewiz on December 28, 2009, 06:09:00 PM
Try this out.
Title: Re: Parse Error in Mavice Theme
Post by: bestpowder on December 29, 2009, 01:58:14 PM
Thank you - your a star :)

Can you tell me what was wrong??
Title: Re: Parse Error in Mavice Theme
Post by: ccbtimewiz on December 29, 2009, 04:52:49 PM
You were missing a closing bracket } in the foreach() loop. ;)