' . "\n"; /********************************************************************** ********************************************************************** ********************************************************************** ********************************************************************** * Overview Main Section */ $rows = array(); $rows[] = array("$months Month Charges", FormatHelper::currency($overview['charges'])); echo $this->element('table', array('class' => 'item statement_entry detail', 'caption' => 'Monthly Charges', 'rows' => $rows, 'column_class' => array('field', 'value'))); /********************************************************************** ********************************************************************** ********************************************************************** ********************************************************************** * Supporting Elements Section */ echo '