This commit is contained in:
Julien VAUBOURG
2015-07-08 19:41:13 +02:00
parent e098ae17ce
commit 9f19c2c7af

View File

@@ -23,7 +23,9 @@ function configure() {
option('env', ENV_PRODUCTION);
option('debug', false);
option('base_uri', '<TPL:NGINX_LOCATION>/');
layout("layout.html.php");
layout('layout.html.php');
define('PUBLIC_DIR', '<TPL:NGINX_LOCATION>/public');
}