diff options
author | ManaMarket <manamarket@themanaworld.org> | 2013-05-07 15:21:08 -0400 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-05-07 12:24:18 -0700 |
commit | 8e52a416edc3b9d026b595a9a52ecea4ff022dfb (patch) | |
tree | b724a04578fb2e24c3d768f3508544ebb3a0dfe3 /tmw3/theme/theme.cfg | |
parent | 736e1dbea305065aa85d2adc61a61c87b43aeaab (diff) | |
download | forum-themes-8e52a416edc3b9d026b595a9a52ecea4ff022dfb.tar.gz forum-themes-8e52a416edc3b9d026b595a9a52ecea4ff022dfb.tar.bz2 forum-themes-8e52a416edc3b9d026b595a9a52ecea4ff022dfb.tar.xz forum-themes-8e52a416edc3b9d026b595a9a52ecea4ff022dfb.zip |
Add tmw3 theme
Diffstat (limited to 'tmw3/theme/theme.cfg')
-rw-r--r-- | tmw3/theme/theme.cfg | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tmw3/theme/theme.cfg b/tmw3/theme/theme.cfg new file mode 100644 index 0000000..4d544e0 --- /dev/null +++ b/tmw3/theme/theme.cfg @@ -0,0 +1,37 @@ +# +# phpBB Theme Configuration File +# +# @package phpBB3 +# @copyright (c) 2005 phpBB Group +# @license http://opensource.org/licenses/gpl-license.php GNU Public License +# +# +# At the left is the name, please do not change this +# At the right the value is entered +# For on/off options the valid values are on, off, 1, 0, true and false +# +# Values get trimmed, if you want to add a space in front or at the end of +# the value, then enclose the value with single or double quotes. +# Single and double quotes do not need to be escaped. +# +# This style is based on subsilver2. +# +# Available and used values: +# parse_css_file +# + +# General Information about this theme +name = tmw3 +copyright = © Platyna & 2005 phpBB Group 2003 +version = 0.1 + +# Some configuration options + +# +# You have to turn this option on if you want to use the +# path template variables ({T_IMAGESET_PATH} for example) within +# your css file. +# This is mostly the case if you want to use language specific +# images within your css file. +# +parse_css_file = off |