Last active
August 29, 2015 13:56
-
-
Save zvineyard/8967270 to your computer and use it in GitHub Desktop.
PyroCMS Core Hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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