Get top level Parent Name (under Home)
Permalink
Hi,
I need to get the Top level Parent Name (under Home) and add it as a class. It always needs to display the level under Home regardless of how many levels deep the page is.
Here's what I have so far which is just the Parent Page.
Thanks
I need to get the Top level Parent Name (under Home) and add it as a class. It always needs to display the level under Home regardless of how many levels deep the page is.
Here's what I have so far which is just the Parent Page.
$parent = Page::getByID($c->getCollectionParentID()); echo $parent->getCollectionName();
Thanks
http://www.concrete5.org/documentation/developers/helpers/navigatio...
Something like this should do what you want :