- Indicar idioma castellano en la configuración.
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@14 77cfc57b-8ef4-1849-9df6-4a38aa5da120
This commit is contained in:
parent
665d4af0f0
commit
d1a6a3d30b
@ -8,8 +8,6 @@
|
||||
return array(
|
||||
'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
|
||||
'name'=>'My Web Application',
|
||||
'theme'=>'intranet',
|
||||
'language'=>'es',
|
||||
|
||||
// preloading 'log' component
|
||||
'preload'=>array('log'),
|
||||
@ -63,8 +61,8 @@ return array(
|
||||
),
|
||||
|
||||
'errorHandler'=>array(
|
||||
// use 'site/error' action to display errors
|
||||
'errorAction'=>'site/error',
|
||||
// use 'site/error' action to display errors
|
||||
'errorAction'=>'site/error',
|
||||
),
|
||||
'log'=>array(
|
||||
'class'=>'CLogRouter',
|
||||
@ -89,5 +87,5 @@ return array(
|
||||
// this is used in contact page
|
||||
'adminEmail'=>'webmaster@example.com',
|
||||
),
|
||||
|
||||
'theme'=>'intranet',
|
||||
);
|
||||
Loading…
Reference in New Issue
Block a user