21294 Posts in 5734 Topics by 2602 members
General Questions
SilverStripe Forums » General Questions » How to call or point to the 'current theme' in PHP files?
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 296 Views |
-
How to call or point to the 'current theme' in PHP files?

27 January 2012 at 4:06am
quick question: Does anyone know how you can call the 'current' theme in the PHP code - I'm looking for the equivalent of $ThemeDir used on the templates, but for use on the php code files. Something like $this->Theme()?
eg. instead of
static $icon = "themes/FuelCMS/images/treeicons/folderauto";
it would be something likestatic $icon = "themes/".$this->Theme."FuelCMS/images/treeicons/folderauto";
-
Re: How to call or point to the 'current theme' in PHP files?

27 January 2012 at 4:27am
SSViewer::current_theme()
-
Re: How to call or point to the 'current theme' in PHP files?

20 March 2013 at 2:05am
Hi, trying this in SS3.0.3 & I get the wrong theme. I get the theme set in _config.php which is only the default theme not the current. removing SSViewer::set_theme('simple'); will cause SSViewer::current_theme() to return nothing !
is this a bug or has it changed in SS3 ?
Thanks
| 296 Views | ||
|
Page:
1
|
Go to Top |



