mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-02 22:02:07 +02:00
[ticket/10616] Add template inheritance to default styles
Adding template inheritance field to prosilver and subsilver2 PHPBB3-10616
This commit is contained in:
parent
2ae6b8a5ed
commit
d2a3496149
phpBB/styles
@ -23,3 +23,8 @@ version = 3.0.10
|
||||
|
||||
# Defining a different template bitfield
|
||||
template_bitfield = lNg=
|
||||
|
||||
# Template inheritance
|
||||
# See http://blog.phpbb.com/2008/07/31/templating-just-got-easier/
|
||||
# Set value to empty to ignore template inheritance
|
||||
inherit_from = prosilver
|
||||
|
@ -21,3 +21,7 @@ name = subsilver2
|
||||
copyright = © phpBB Group, 2003
|
||||
version = 3.0.10
|
||||
|
||||
# Template inheritance
|
||||
# See http://blog.phpbb.com/2008/07/31/templating-just-got-easier/
|
||||
# Set value to empty to ignore template inheritance
|
||||
inherit_from = subsilver2
|
||||
|
Loading…
x
Reference in New Issue
Block a user