-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
20 lines (17 loc) · 748 Bytes
/
config.php
File metadata and controls
20 lines (17 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$site_config = array();
// Main Site Settings
$site_config['CIUDAD_CONTACTO'] = 'valpO';
$site_config['DESCRIPCION_PAGINA_TXT'] = 'qweasdzxc';
$site_config['DIRECCION_CONTACTO'] = 'ARGENTINA 400';
$site_config['EMAIL_CONTACTO'] = 'QWE@RWE.L';
$site_config['TITULO_PAGINA'] = 'PROPIEDADES';
$site_config['TELEFONO_FIJO_CONTACTO'] = '+56212345678';
$site_config['TELEFONO_MOVIL_CONTACTO'] = '+56971245678';
$site_config['URL_DOMINIO'] = $_SERVER["HTTP_HOST"];
$site_config['URL_IMAGEN_FONDO'] = 'http://i.imgur.com/1i3K2Rk.jpg';
$site_config['URL_LOGO'] = 'http://i.imgur.com/uu2q3dx.png';
$site_config['NOMBRE_CREADOR'] = 'Rurikk';
$site_config['URL_CREADOR'] = 'rurikk@rurikk.com';
$site_config['URL_BUSCADOR'] = 'buscarPropiedad.php';
?>