' . loadTemplate('admin_settings_saved', true, '{--TRANSFER_NO_INOUT_TRANSFERS--}') . ' '; } // ... and add them to a constant for the template $content['rows'] = $OUT; // Remeber total amount $content['total'] = $total; // Set title $content['title'] = '{--TRANSFER_LIST_ALL--}'; // Set "balance" word $content['balance'] = '{--TRANSFER_TOTAL_BALANCE--}'; // Don't show a delete button $content['delete'] = ' '; // Load final template loadTemplate('admin_list_transfer', false, $content); // [EOF] ?>