Greystuff Skin

From igeek2
Jump to navigation Jump to search
~/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();