1778 Posts in 499 Topics by 534 members
Blog Module
SilverStripe Forums » Blog Module » Extending Site Tree class not showing up in Blog Module
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 231 Views |
-
Extending Site Tree class not showing up in Blog Module

24 July 2012 at 9:06am
Hi there,
I extended Site Tree with the following code in the page.php file in my mysite/config:
public static $db = array(
'Colour' => 'Text'
);The idea is to be able to assign different colours to pages by integrating and assigning css class names to it through the above variable. That works well.
The problem i have is that when i try to call $Colour when i am on any blog page, i cannot access the values. I have tried calling it as $Page.Colour as well but that also does not work.
Please help
Thanks
| 231 Views | ||
|
Page:
1
|
Go to Top |

