'; foreach( $tpl_vars as $key => $value ) { if( is_object($value) ) { $str .= "$key = Object"; } else if( is_array($value) ) { $str .= "$key = Array (".count($value).")"; } else { $str .= "$key = ".cms_htmlentities(trim($value)).""; } } return $str.'
Author: Robert Campbell<calguy1000@hotmail.com>
Version: 1.0
Change History: None