mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/merging-style-components] Adding template information to style.cfg
Adding template data to style.cfg and removing obsolete comments PHPBB3-10632
This commit is contained in:
parent
1cc9f60f95
commit
95a69639fd
2 changed files with 14 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
||||||
#
|
#
|
||||||
# At the left is the name, please do not change this
|
# At the left is the name, please do not change this
|
||||||
# At the right the value is entered
|
# 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
|
# 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.
|
# the value, then enclose the value with single or double quotes.
|
||||||
|
@ -20,3 +19,10 @@
|
||||||
name = prosilver
|
name = prosilver
|
||||||
copyright = © phpBB Group, 2007
|
copyright = © phpBB Group, 2007
|
||||||
version = 3.1.0-dev
|
version = 3.1.0-dev
|
||||||
|
|
||||||
|
# Defining a different template bitfield
|
||||||
|
# template_bitfield = lNg=
|
||||||
|
|
||||||
|
# Parent style
|
||||||
|
# Set value to empty or to this style's name if this style does not have a parent style
|
||||||
|
parent = prosilver
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
#
|
#
|
||||||
# At the left is the name, please do not change this
|
# At the left is the name, please do not change this
|
||||||
# At the right the value is entered
|
# 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
|
# 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.
|
# the value, then enclose the value with single or double quotes.
|
||||||
|
@ -20,3 +19,10 @@
|
||||||
name = subsilver2
|
name = subsilver2
|
||||||
copyright = © 2005 phpBB Group
|
copyright = © 2005 phpBB Group
|
||||||
version = 3.1.0-dev
|
version = 3.1.0-dev
|
||||||
|
|
||||||
|
# Defining a different template bitfield
|
||||||
|
# template_bitfield = lNg=
|
||||||
|
|
||||||
|
# Parent style
|
||||||
|
# Set value to empty or to this style's name if this style does not have a parent style
|
||||||
|
parent = subsilver2
|
||||||
|
|
Loading…
Add table
Reference in a new issue