i have customized my code for the display of categories. for a left side menu.
my start category hast still the id 48.
a vardump returned quite a bit of content, but i don’t seem to be able anymore to extract the id’s and titles nor the child categories..
i used this methods:
$collection = Mage::getModel('catalog/category')->getTreeModelInstance()->getCollection(); foreach($collection as $category): $_catid=$category->getId(); $i=0;