summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-11-03 12:33:50 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-11-03 12:33:50 +0000
commitd1882698df97b2eabcf1135eef71e5a4547d4a8e (patch)
tree2080c97cc3c48a83fcac7eadf5f872ce7af3d29f /phpfspot_cfg.php.dist
parent360821514a97c946ab0ae66a2677380ad72bd794 (diff)
issue77, make Smarty path configureable
git-svn-id: file:///var/lib/svn/phpfspot/trunk@288 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r--phpfspot_cfg.php.dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist
index 75b874f..93d1d00 100644
--- a/phpfspot_cfg.php.dist
+++ b/phpfspot_cfg.php.dist
@@ -37,6 +37,14 @@ class PHPFSPOT_CFG {
/* database access via "native" sqlite3 support or via "pdo" */
var $db_access = "native";
+ /* path to Smarty (http://smarty.php.net) installation. this option
+ should directly point to the Smarty main directory containing the
+ sub directories 'libs', 'misc', 'unit_test', ...
+ the default value 'smarty' is enough for Debian-systems where
+ Smarty is installed through as dpkg.
+ */
+ var $smarty_path = "smarty";
+
/* it's enough if this database is readonly for the webserver */
var $fspot_db = "/var/www/f-spot-dbs/photos.db";