Hello :)
I would like to change icons in the CMS so i used the static $icon property of my new class like in the Tutorial 2 : Extending a basic Site :
class myHolder extends Page {
static $icon = array( "mysite/images/treeicons/myHolder", "folder" );
...
And i put my 2 icons ('myHolder-openfolder.gif' and 'myHolder-closedfolder.gif') in 'mysite/images/treeicons/'
The $icon property works great for "file" but not "folder" option : i can't have "open" and "closed" icons !? I see only the "open" icon in the CMS...