~/Desktop/GreyStuff/includes/GreyStuffTemplate.php:633: —— $html .= $this->get( 'catlinks' ) . $this->getClear(); —— $oldcatlinks = $this->get( 'catlinks' ); $newcatlinks = str_replace(“/Category:”, “/“, $oldcatlinks); $html .= $newcatlinks . $this->getClear(); |