function v6_expand_StyleSheet() { $this->read_template('hp6.cs_', 'css'); $this->css = hotpot_convert_stylesheets_urls($this->parent->get_baseurl(), $this->parent->reference, $this->css); return $this->css; }
function callback_stylesheets_urls(&$matches) { return $matches[1] . hotpot_convert_stylesheets_urls($this->get_baseurl(), $this->reference, $matches[2], false) . $matches[3]; }