Using this page as an example: http://devnet.kentico.com/docs/7_0rc/devguide/index.html?print_page.htm
How do you dynamically change the page title to associate with the page you are on during Print Page? If you scroll all the way down to the last screen shot. I want to be able to change the "Corporate site - Print" to something like "HTC Sensation - Print".
NVM, I found it. If have an easier way, please let me know.
{%Documents[QueryString["printpath"]].DocumentName|(identity)GlobalAdministrator%}
I'd be careful with that simply because of the values that could or couldn't be passed.
Can this be harmful for my site?? What's some examples?
I'd use something like this macro which will return the same thing but not have to iterate through all the documents. {%CurrentDocument.DocumentName|(identity)GlobalAdministrator%}
{%CurrentDocument.DocumentName|(identity)GlobalAdministrator%}
Please, sign in to be able to submit a new answer.