Exemplo n.º 1
0
static function is_editable($tamplate_name) {
	$obj = new CTemplate($tamplate_name);
	return $obj->_is_editable();
}