Link to grandparents background image
Permalink
Dear Forum.
I can get parents attribute values:
I also can do that with the grandparents attribute values.
But how can I get the relative path to an image attribute ("bg_image") of a grandparent page to display it on the grandchild page?
Best
Mathias
I can get parents attribute values:
$parent = $c->getCollectionParentID(); $parentname = Collection::getByID( $parent ); $parent_title = $parentname->getAttribute( 'pagetitle' );
I also can do that with the grandparents attribute values.
But how can I get the relative path to an image attribute ("bg_image") of a grandparent page to display it on the grandchild page?
Best
Mathias