diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
commit | 2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch) | |
tree | cccf2b45522adfa56167bb0ecb136f22b2c681aa /subsilver2/template/template.cfg | |
parent | 3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff) | |
download | forum-themes-master.tar.gz forum-themes-master.tar.bz2 forum-themes-master.tar.xz forum-themes-master.zip |
Diffstat (limited to 'subsilver2/template/template.cfg')
-rw-r--r-- | subsilver2/template/template.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/subsilver2/template/template.cfg b/subsilver2/template/template.cfg index 92ccfef..0c50275 100644 --- a/subsilver2/template/template.cfg +++ b/subsilver2/template/template.cfg @@ -19,5 +19,9 @@ # General Information about this template name = subsilver2 copyright = © phpBB Group, 2003 -version = 3.0.9 +version = 3.0.12 +# 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 |