As we are using our Umbraco for production and UAT we try to show a different title for both umbraco backends so the administrators automatically knows where they are changing the content (UAT and not PROD).
I was able to achieve this by modifying the umbraco.aspx page but this will not work as there are a lot of more pages which are including the title.
There seems also to be a javascript file which overwrites the title all of the time (UmbracoApplicationActions.js)
My question is now:
How i can set the umbraco backend title for all pages?
It should be easily to set so it is not overwritten once i install a new umbraco upgrade.
Modify Title for umbraco Backend
Hello,
As we are using our Umbraco for production and UAT we try to show a different title for both umbraco backends so the administrators automatically knows where they are changing the content (UAT and not PROD).
I was able to achieve this by modifying the umbraco.aspx page but this will not work as there are a lot of more pages which are including the title.
There seems also to be a javascript file which overwrites the title all of the time (UmbracoApplicationActions.js)
My question is now:
How i can set the umbraco backend title for all pages?
It should be easily to set so it is not overwritten once i install a new umbraco upgrade.
Thanks
is working on a reply...