*/ class ab_htmlmin extends ab_htmlmin_parent { protected function _fillCommonSmartyProperties( $oSmarty ) { parent::_fillCommonSmartyProperties($oSmarty); include_once dirname(__FILE__).'/smarty/plugins/outputfilter.trimwhitespace.php'; $oSmarty->load_filter ('output' , 'trimwhitespace'); } }