Cambios en titulo, en boton fojas, y en indices online

This commit is contained in:
2020-03-31 19:41:26 -03:00
parent 8ef8b0df42
commit 2ae6826ff4
19 changed files with 213 additions and 66 deletions

View File

@ -8,8 +8,12 @@ return [
'{folders.resources}',
'cache'
])),
'folders.upload' => DI\string(implode(DIRECTORY_SEPARATOR, [
'folders.public' => DI\string(implode(DIRECTORY_SEPARATOR, [
'{folders.base}',
'public'
])),
'folders.upload' => DI\string(implode(DIRECTORY_SEPARATOR, [
'{folders.public}',
'uploads'
])),
'folders.data' => DI\string(implode(DIRECTORY_SEPARATOR, [
@ -38,14 +42,17 @@ return [
'{urls.assets}',
'fonts'
])),
'urls.uploads' => DI\string(implode('', [
'file://',
'{folders.upload}'
'urls.uploads' => DI\string(implode('/', [
'{urls.base}',
'uploads'
])),
'urls.metro.logo' => 'https://img.freepik.com/free-icon/santiago-metro-logo_318-66588.jpg?size=338&ext=jpg',
'urls.notaria.turno' => 'http://www.notariasdeturno.cl',
'urls.fojas' => 'http://fojas.cl/?motv=vista_descarga_web&cons_sel=not_patricrabybenavent',
'urls.atencion' => 'https://zeroq.cl/#/local/notaria-patricio-raby/48',
'urls.atencion.logo' => 'https://zeroq.cl/img/logo-small.png',
'urls.map' => 'https://maps.google.com/maps?hl=es&q=Notaria%20Patricio%20Raby+(Notaria%20Patricio%20Raby)&ie=UTF8&z=16&iwloc=B&output=embed',
'urls.map2' => 'https://www.google.com/maps/embed/v1/place?q=notaria+patricio+raby&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8',
'styles' => [
'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.4/semantic.min.css',
DI\string(implode('/', ['{urls.styles}', 'iconmoon.css'])),
@ -66,6 +73,14 @@ return [
DI\string(implode('/', ['{urls.fonts}', 'iconmoon.eof']))
]
],
'email.recepcion' => 'recepcion@notariaraby.cl',
'email.administrativo' => 'vwielandt@notariaraby.cl',
'email' => [
'host' => 'smtp.notariaraby.cl',
'username' => '',
'password' => '',
'secure' => 'ssl'
],
'scripts' => [
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.4/semantic.min.js',