<?php function clear_comment_tags($tpl_obj, $tpl_source) { return preg_replace("|<!\-\-.*\-\->|x", '', $tpl_source); } ?>
info at phpclasses dot org