Hi All
Im taking SS for a test drive today and I have to say Im v impressed from a usability perspective!
However I've just hit a snag but I'm almost certain its an oversight on my part. I’m using SilverStripe-v2.3.3 and Im currently trying to change the home page icons.
Ive so far managed to change the 'news page' icons by following the tutorial and adding the following code to 'ArticleHolder' and 'ArticlePage' classes within code directory:
static $icon = "themes/tutorial/images/treeicons/news";
As instructed, I then tried to add the following to homePage.php in the same directory:
static $icon = "themes/tutorial/images/treeicons/home";
I may be missing something here but homePage.php looks more HTML driven (below) and Im unsure of where to put the above line of code?
<div id="Banner">
<img src="/themes/tutorial/images/welcome.png" alt="Homepage image" />
</div>
<div id="Content" class="typography">
$Content
</div>
If anybody can help Id be most grateful :)
Thanks
Shazbat