I want to remove self links.
I have something like this
<MySource_AREA id_name="logo" design_area="show_if"> <MySource_SET name="condition" value="asset_assetid" /> <MySource_SET name="condition_status" value="XXXXX" /> <MySource_THEN>Homepage. No need link</MySource_THEN> <MySource_ELSE>NOT home. Make link to homepage</MySource_ELSE> </MySource_AREA>
The problem is that I am in a nested content of a header. So it returns the id of that nested (header) asset, but I need the root page id.
Comparing urls is not good for me, because links are flexible.