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