summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-10-12 03:50:02 -0700
committerAndreas Gohr <andi@splitbrain.org>2012-10-12 03:50:02 -0700
commitb2fd98820370eb4521c510abab86481f4af36d5d (patch)
tree738b8ecf22f2348ea148c6db7b0f6a89224ec45b /lib/tpl/dokuwiki
parent9f88c3ada06d83e6bed7fc70d1eb22a806ae40fe (diff)
parentf809ae7b68654e512abb3c980f458bda533d1327 (diff)
downloadrpg-b2fd98820370eb4521c510abab86481f4af36d5d.tar.gz
rpg-b2fd98820370eb4521c510abab86481f4af36d5d.tar.bz2
Merge pull request #134 from splitbrain/local-style-ini
added support for local style.ini files
Diffstat (limited to 'lib/tpl/dokuwiki')
-rw-r--r--lib/tpl/dokuwiki/style.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/style.ini b/lib/tpl/dokuwiki/style.ini
index d0292e9b1..1402f751a 100644
--- a/lib/tpl/dokuwiki/style.ini
+++ b/lib/tpl/dokuwiki/style.ini
@@ -1,6 +1,11 @@
; Please see http://www.php.net/manual/en/function.parse-ini-file.php
; for limitations of the ini format used here
+; To extend this file or make changes to it, it is recommended to create
+; a style.local.ini file to prevent losing any changes after an upgrade.
+; Please don't forgot to copy the section your changes should be under
+; (i.e. [stylesheets] or [replacements]) into that file as well.
+
; Define the stylesheets your template uses here. The second value
; defines for which output media the style should be loaded. Currently
; print, screen and all are supported.