diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-02-03 16:00:14 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-02-03 16:00:14 +0200 |
commit | d2a34961498a03b77885af6a20497e87d36ad7ef (patch) | |
tree | aacbd9b7ec0c5b2f04a66ae95704ded43ef0cf2c /phpBB/styles/subsilver2/template | |
parent | 2ae6b8a5eda3425c1798c11d3b663205eaf2f07e (diff) | |
download | forums-d2a34961498a03b77885af6a20497e87d36ad7ef.tar forums-d2a34961498a03b77885af6a20497e87d36ad7ef.tar.gz forums-d2a34961498a03b77885af6a20497e87d36ad7ef.tar.bz2 forums-d2a34961498a03b77885af6a20497e87d36ad7ef.tar.xz forums-d2a34961498a03b77885af6a20497e87d36ad7ef.zip |
[ticket/10616] Add template inheritance to default styles
Adding template inheritance field to prosilver and subsilver2
PHPBB3-10616
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/template.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/template.cfg b/phpBB/styles/subsilver2/template/template.cfg index 4e5c36af99..d557edba87 100644 --- a/phpBB/styles/subsilver2/template/template.cfg +++ b/phpBB/styles/subsilver2/template/template.cfg @@ -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 |