From 5eee009671d773cb3ebef5beca6ad47c919ac4c7 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 19 Sep 2007 02:29:28 -0400 Subject: [PATCH] Allow vars and PHP code in templates; improved page title; fixed #1484395 --- config/main.inc.php.dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 377aa2c..b948b38 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -87,6 +87,9 @@ // relative path to the skin folder $rcmail_config['skin_path'] = 'skins/default/'; +// inludes shloud be interpreted as PHP files +$rcmail_config['skin_include_php'] = true; + // use this folder to store temp files (must be writebale for apache user) $rcmail_config['temp_dir'] = 'temp/'; -- Gitblit v1.9.1