mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user