function convpath_prepare_body_hook(&$a, &$o) { $o["html"] = convpath_convert($o["html"]); }
function convpath_page_end(&$a, &$o) { $o = convpath_convert($o); $a->page['aside'] = convpath_convert($a->page['aside']); }