Closed creatoro closed 13 years ago
I would find it useful if _detect_template() would check for a set $_template property first, then continue with creating the template path from the class name.
_detect_template()
$_template
Check $this->_template before detecting the template, closed by 1c73ca8b0b9e369568112ff0b59340c8a239c756
I would find it useful if
_detect_template()
would check for a set$_template
property first, then continue with creating the template path from the class name.