1
0
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:
Vjacheslav Trushkin 2012-02-03 16:00:14 +02:00
parent 2ae6b8a5ed
commit d2a3496149
2 changed files with 9 additions and 0 deletions
phpBB/styles
prosilver/template
subsilver2/template

@ -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