News:

Version 3.5 has been released. Visit https://custom.simplemachines.org/mods/index.php?mod=255 to get the most up to date version.

Main Menu
Coinbase

Parse Error in Mavice Theme

Started by bestpowder, December 25, 2009, 05:34:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bestpowder

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 :)

ccbtimewiz


bestpowder

Thank you - your a star :)

Can you tell me what was wrong??

ccbtimewiz

You were missing a closing bracket } in the foreach() loop. ;)