Skip to content

Instantly share code, notes, and snippets.

@zooks
Created August 24, 2017 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zooks/2be906c171dd7a7e9e4a938fe7f357ca to your computer and use it in GitHub Desktop.
Save zooks/2be906c171dd7a7e9e4a938fe7f357ca to your computer and use it in GitHub Desktop.
October CMS redefine Page Title
function onEnd()
{
$this->page->title = 'A different page title';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment