Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Releases and Announcements /

Latest news about the SilverStripe software.

Moderators: martimiz, Sean, Ed, biapar, assertchris, Willr, Ingo, swaiba, Graves

Is there a deadline for 2.3 stable?


Go to End


10 Posts   5692 Views

Avatar
dio5

Community Member, 501 Posts

28 January 2009 at 12:18am

great tutorial.

I think you might mean:

if($this->ThemeX){
         SSViewer::set_theme($this->ThemeX);
      }

instead of 

if($this->ThemeX){
         SSViewer::set_theme($this->ThemeChoice);
      }

Avatar
mccarville

Community Member, 32 Posts

3 February 2009 at 1:45pm

Thanks for the catch... all fixed!

Go to Top