Hi,
I have a newbie question.. I’m using MODx Evolution 1.0.2.
How do I change page title within a snippet?
I have snippet call on the first page, where (first function) snippet reads from the database and display results in a form of links. By clicking on the links (that have unique URL parameters, that i read as $_GET variable) I open new page that contain snippet call to second function, where some information is again read from the database and displayed.
Now, I want to change the page title in second function to display some information from the db.
Any help would be appreciated.