diff options
Diffstat (limited to 'prosilver/template/template.cfg')
-rw-r--r-- | prosilver/template/template.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/prosilver/template/template.cfg b/prosilver/template/template.cfg index 42383a0..af84a0a 100644 --- a/prosilver/template/template.cfg +++ b/prosilver/template/template.cfg @@ -19,7 +19,12 @@ # General Information about this template name = prosilver copyright = © phpBB Group, 2007 -version = 3.0.9 +version = 3.0.12 # 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 |