git-svn-id: http://xe-core.googlecode.com/svn/trunk@984 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-05 09:39:20 +00:00
parent 54958bcefe
commit cce193ed33
2 changed files with 9 additions and 6 deletions

View file

@ -42,6 +42,9 @@
Context::set('zbxe_final_content', $zbxe_final_content);
$output = $oTemplate->compile('./common/tpl', 'common_layout');
// rewrite module을 위한 코드
// $output = preg_replace("/([0-9]+)\?(.*)/",'?\\2',$output);
} else {
$output = $content;
}