From c9921fca64e04f8fd8de7eeda7fbb6b587d4c34e Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 19 Sep 2007 06:29:28 +0000 Subject: Allow vars and PHP code in templates; improved page title; fixed #1484395 git-svn-id: https://svn.roundcube.net/trunk@801 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 377aa2cc3..b948b3845 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -87,6 +87,9 @@ $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size'); // 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/'; -- cgit v1.2.3