sprache Template

This commit is contained in:
Martin Müller 2014-02-23 11:11:55 +01:00
parent d7211b73ae
commit 9ef95f280b
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ Configure::write('Routing.prefixes', array('admin'));
* for instance. Each version can then have its own view cache namespace.
* Note: The final cache file name will then be `prefix_cachefilename`.
*/
Configure::write('Config.language', 'ger');
//Configure::write('Cache.viewPrefix', 'prefix');
/**