I need to show in every webpage, the following structure of title:
"title of the WebSite/Project" +","+ "title of the 1º site" +","+ "title of the 2º site" +","+ "title of the page"
For example, i have a webpage with the title "Last news webpage" and I am in a site with the following path: /news/international/new1.aspx. The site "news" has the title: "News", the site "international" has the title "International News" and the page has the title "New planet discovered". The result should be:
Last news webpage, news, international news, New Planet discovered
How can i do this using the ProjectProperty tag of Sharepoint?
If it can't be done, how can i do it with at least one level of site? ("Last news webpage, news, new planet discovered")