summaryrefslogtreecommitdiffstats
path: root/private/config.inc.php
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-02 18:41:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-02 19:47:39 -0400
commit68765ccb451454d7a2c9e7560a1086a3ad77ffd6 (patch)
tree98520167cdb559b29bcbc23dbb063570759410e0 /private/config.inc.php
parent3ff1699ec8e759845242ac84941272776c6b1bd6 (diff)
downloadthemesite-68765ccb451454d7a2c9e7560a1086a3ad77ffd6.tar.gz
themesite-68765ccb451454d7a2c9e7560a1086a3ad77ffd6.zip
Fixes for Smarty 3.0
Diffstat (limited to 'private/config.inc.php')
-rw-r--r--private/config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/private/config.inc.php b/private/config.inc.php
index c5bccc1..d219d8e 100644
--- a/private/config.inc.php
+++ b/private/config.inc.php
@@ -38,11 +38,11 @@ class config {
const path = "";
// Full, absolute path to the location of the smarty template engine
- const smartydir = "/usr/share/php/smarty/libs";
+ const smartydir = "/usr/share/php/Smarty";
// Location to store theme data. Relative to the "const path" given above
// must be web-accessible
- const datadir = "themes";
+ const datadir = "themes";
// Location of the db relative to preconfig::privpath
// Should no be web-accessible