summaryrefslogtreecommitdiffstats
path: root/acf.conf
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-21 13:12:12 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-21 13:12:12 +0000
commitf669bf6ec4bb0b49b123dd31db6998c4be914454 (patch)
tree0506e9ae3ae8c398516522135be99a0c93242a54 /acf.conf
parent6518f55980acc9f1e763978eff5dae532eaeb227 (diff)
downloadacf-core-f669bf6ec4bb0b49b123dd31db6998c4be914454.tar.bz2
acf-core-f669bf6ec4bb0b49b123dd31db6998c4be914454.tar.xz
Changes to skins to allow user skins to be added
page_info.skindir is no longer available to views, but staticdir is.
Diffstat (limited to 'acf.conf')
-rw-r--r--acf.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/acf.conf b/acf.conf
index 19c3dbd..e0fbff6 100644
--- a/acf.conf
+++ b/acf.conf
@@ -1,13 +1,16 @@
# Configuration file for Alpine Configuration Framework
# Directories where the application resides
-# appdir and libdir may be comma-separated lists
+# appdir, libdir, and skindir may be comma-separated lists
# paths are checked from left to right
# for .lua and .lsp files - the first found file will be used
# for .roles and .menu files - all files will be combined
appdir=/usr/share/acf/app/
libdir=/usr/share/acf/lib/
wwwdir=/usr/share/acf/www/
+staticdir=/skins/static/
+skindir=/skins/,/userskins/
+# skins are found in subdirectories of wwwdir/skindir
# sessiondir is where the session state files are stored
sessiondir=/tmp/
@@ -16,9 +19,9 @@ sessiondir=/tmp/
# only applies to web access, client access will always use system logger
logfile = /var/log/acf.log
-# ACF is skinnable - these specifiy the active skin
-skindir=/skins/
-skin=alps
+# ACF is skinnable - this specifies the active skin
+# will attempt to load skin/basename(skin).css
+skin=/skins/alps
# Auditing can be done before and/or after a commit (controller permitting)
# ${TEMPFILE} and ${CONFFILE} are used precommit