db->queryAllRecords("SELECT template_id,template_name FROM client_template WHERE template_type ='m'"); $records_new[0] = $app->lng('Custom'); foreach($records as $rec) { $key = $rec['template_id']; $records_new[$key] = $rec['template_name']; } return $records_new; } } ?>