diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-05-21 11:37:50 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-05-21 11:37:50 +0000 |
commit | f8137ef66d0e1575047b90ea62ada0b5619688c0 (patch) | |
tree | eafdefd74f45c6830de4a8e528e3684570b595eb /acf.conf | |
parent | 50364fd4b47c6eb47973f9089595e2bc29d0cabd (diff) | |
download | acf-core-f8137ef66d0e1575047b90ea62ada0b5619688c0.tar.bz2 acf-core-f8137ef66d0e1575047b90ea62ada0b5619688c0.tar.xz |
Adding support to move skins to a specific subfolder.
Preparation to move out skins to separate acf's (instead of having all skins in acf-core.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1138 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'acf.conf')
-rw-r--r-- | acf.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ appdir=/usr/share/acf/app/ libdir=/usr/share/acf/lib/ sessiondir=/tmp/ +skindir=/skins/ # ice or snow skin=ice passfile=/etc/acf/passwd |