Hello,
Problem is solved!
This is my code for link to the parent (category-page)
<a href="'. $pagesArray[$count]['parent'] .'">'.$pagesArray[$count]['parent'].'</a>
ThatÅ› the result:
<a href="LINK_TO_PARENT_PAGE">NAME_PARENT_PAGE</a>
Very strange that, with only the parent-page name <parent>..</parent> in the XML-file, print the **URL** and **NAME** with the same variable $pagesArray[$count]['parent']
Anyway, it works
Problem is solved!
This is my code for link to the parent (category-page)
<a href="'. $pagesArray[$count]['parent'] .'">'.$pagesArray[$count]['parent'].'</a>
ThatÅ› the result:
<a href="LINK_TO_PARENT_PAGE">NAME_PARENT_PAGE</a>
Very strange that, with only the parent-page name <parent>..</parent> in the XML-file, print the **URL** and **NAME** with the same variable $pagesArray[$count]['parent']
Anyway, it works