yellow = $yellow; } // Insert script into header public function onParsePageExtra($page, $name) { $output = null; if ($name == "header") { $assetLocation = $this->yellow->system->get("coreServerBase") . $this->yellow->system->get("coreAssetLocation"); $output .= "\n"; } return $output; } }