aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/imageset/imageset.cfg28
-rw-r--r--phpBB/styles/subSilver/style.cfg25
-rw-r--r--phpBB/styles/subSilver/template/template.cfg26
-rw-r--r--phpBB/styles/subSilver/theme/theme.cfg44
4 files changed, 111 insertions, 12 deletions
diff --git a/phpBB/styles/subSilver/imageset/imageset.cfg b/phpBB/styles/subSilver/imageset/imageset.cfg
index 7257508e38..539bb0cd82 100644
--- a/phpBB/styles/subSilver/imageset/imageset.cfg
+++ b/phpBB/styles/subSilver/imageset/imageset.cfg
@@ -1,6 +1,28 @@
-subSilver
-© phpBB Group
-2.1.1
+#
+# phpBB Imageset Configuration File
+#
+# @package phpBB3
+# @copyright (c) 2005 phpBB Group
+# @license http://opensource.org/licenses/gpl-license.php GNU Public License
+#
+#
+# At the left is the name, please do not change this
+# At the right the value is entered
+# For on/off options the valid values are on, off, 1, 0, true and false
+#
+# Values get trimmed, if you want to add a space in front or at the end of
+# the value, then enclose the value with single or double quotes.
+# Single and double quotes do not need to be escaped.
+#
+#
+
+# General Information about this style
+name = subSilver
+copyright = © phpBB Group, 2003
+version = 2.1.1
+
+# The images (will be changed later if we get to re-visiting the style acp)
+#
site_logo***
btn_post*{LANG}/btn_post.gif*27*97
btn_post_pm*{LANG}/btn_post_pm.gif*27*97
diff --git a/phpBB/styles/subSilver/style.cfg b/phpBB/styles/subSilver/style.cfg
index 7332b55b4c..3ac6fc6966 100644
--- a/phpBB/styles/subSilver/style.cfg
+++ b/phpBB/styles/subSilver/style.cfg
@@ -1,3 +1,22 @@
-subSilver
-© phpBB Group, 2003
-2.1.1 \ No newline at end of file
+#
+# phpBB Style Configuration File
+#
+# @package phpBB3
+# @copyright (c) 2005 phpBB Group
+# @license http://opensource.org/licenses/gpl-license.php GNU Public License
+#
+#
+# At the left is the name, please do not change this
+# At the right the value is entered
+# For on/off options the valid values are on, off, 1, 0, true and false
+#
+# Values get trimmed, if you want to add a space in front or at the end of
+# the value, then enclose the value with single or double quotes.
+# Single and double quotes do not need to be escaped.
+#
+#
+
+# General Information about this style
+name = subSilver
+copyright = © phpBB Group, 2003
+version = 2.1.1
diff --git a/phpBB/styles/subSilver/template/template.cfg b/phpBB/styles/subSilver/template/template.cfg
index 829aef7fd5..f921dd6994 100644
--- a/phpBB/styles/subSilver/template/template.cfg
+++ b/phpBB/styles/subSilver/template/template.cfg
@@ -1,3 +1,23 @@
-subSilver
-© phpBB Group
-2.1.1 \ No newline at end of file
+#
+# phpBB Templaet Configuration File
+#
+# @package phpBB3
+# @copyright (c) 2005 phpBB Group
+# @license http://opensource.org/licenses/gpl-license.php GNU Public License
+#
+#
+# At the left is the name, please do not change this
+# At the right the value is entered
+# For on/off options the valid values are on, off, 1, 0, true and false
+#
+# Values get trimmed, if you want to add a space in front or at the end of
+# the value, then enclose the value with single or double quotes.
+# Single and double quotes do not need to be escaped.
+#
+#
+
+# General Information about this template
+name = subSilver
+copyright = © phpBB Group, 2003
+version = 2.1.1
+
diff --git a/phpBB/styles/subSilver/theme/theme.cfg b/phpBB/styles/subSilver/theme/theme.cfg
index 646aec06a2..bc21e1eb6c 100644
--- a/phpBB/styles/subSilver/theme/theme.cfg
+++ b/phpBB/styles/subSilver/theme/theme.cfg
@@ -1,3 +1,41 @@
-subSilver
-© phpBB Group, 2003
-2.1.1 \ No newline at end of file
+#
+# phpBB Theme Configuration File
+#
+# @package phpBB3
+# @copyright (c) 2005 phpBB Group
+# @license http://opensource.org/licenses/gpl-license.php GNU Public License
+#
+#
+# At the left is the name, please do not change this
+# At the right the value is entered
+# For on/off options the valid values are on, off, 1, 0, true and false
+#
+# Values get trimmed, if you want to add a space in front or at the end of
+# the value, then enclose the value with single or double quotes.
+# Single and double quotes do not need to be escaped.
+#
+# Available and used values:
+# parse_css_file, pagination_sep
+#
+
+# General Information about this theme
+name = subSilver
+copyright = © phpBB Group, 2003
+version = 2.1.1
+
+# Some configuration options
+
+#
+# You have to turn this option on if you want to use the
+# path template variables ({T_IMAGESET_PATH} for example) within
+# your css file.
+# This is mostly the case if you want to use language specific
+# images within your css file.
+#
+parse_css_file = off
+
+#
+# This option defines the pagination seperator in templates.
+#
+pagination_sep = ', '
+