<?php
///////////////////////////////////////////////////////////////////////////////////////////
///Script PHP/MYSQL of management of classifieds ads developed by Script PAG
///Script PAG all rights reserved. Use under license. http://www.script-pag.com
/////////////////////////////////////////////////////////////////////////////////////////// 

############################################################ 

///////////////////////////////////
//Mails contact
////////////////////////////////// 
 
$cache_mails_contact = array(
1=>
array(
'id_cont'  => '1',
'pos_cont'  => '1',
'name_contact_fr' => 'La direction',
'name_contact_en' => 'Business management',
'name_contact_es' => 'Administración de empresas',
'name_contact_it' => 'Gestione aziendale',
'name_contact_ru' => 'Дирекция',
'name_contact_ar' => 'الإدارة',
'email'       => 'example@example.com',
),
2=>
array(
'id_cont'  => '2',
'pos_cont'  => '2',
'name_contact_fr' => 'Service technique',
'name_contact_en' => 'Technical service',
'name_contact_es' => 'Servicio técnico',
'name_contact_it' => 'Servizio tecnico',
'name_contact_ru' => 'Техническая служба',
'name_contact_ar' => 'خدمة تقنية',
'email'       => 'example@example.com',
),
);