Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Last active August 29, 2015 13:56
Show Gist options
  • Save zvineyard/8967270 to your computer and use it in GitHub Desktop.
Save zvineyard/8967270 to your computer and use it in GitHub Desktop.
PyroCMS Core Hacks
system/cms/core/Public_Controller.php, around line 103:
if($this->uri->segment(1) !== 'story')
{
$this->template->set_metadata('canonical', site_url($this->uri->uri_string()), 'link');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment