/** * Convert a ImpressCMS path to an URL * @param string $url * @return string */ public function url($url) { return icms::url($url); }