diff options
author | Nils Adermann <naderman@naderman.de> | 2010-08-20 22:55:25 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-08-20 22:55:25 +0200 |
commit | c69936d2209c5d6b1215eeef7f2d0e813851e841 (patch) | |
tree | e3e024ba906b60de9f3c4a853bb033939ce375ee /phpBB/styles/subsilver2/style.cfg | |
parent | df111373a6b6614857c6729b5fcc23985e0b0278 (diff) | |
download | forums-c69936d2209c5d6b1215eeef7f2d0e813851e841.tar forums-c69936d2209c5d6b1215eeef7f2d0e813851e841.tar.gz forums-c69936d2209c5d6b1215eeef7f2d0e813851e841.tar.bz2 forums-c69936d2209c5d6b1215eeef7f2d0e813851e841.tar.xz forums-c69936d2209c5d6b1215eeef7f2d0e813851e841.zip |
[task/restore-subsilver2] Revert removing subsilver2 for Ascraeus development.
This reverts commit ac2b5430aa2e4e75ed7b9372ae39024c22dac915.
PHPBB3-9783
Diffstat (limited to 'phpBB/styles/subsilver2/style.cfg')
-rw-r--r-- | phpBB/styles/subsilver2/style.cfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/style.cfg b/phpBB/styles/subsilver2/style.cfg new file mode 100644 index 0000000000..86b5b8a4e8 --- /dev/null +++ b/phpBB/styles/subsilver2/style.cfg @@ -0,0 +1,22 @@ +# +# phpBB Style 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. +# +# + +# General Information about this style +name = subsilver2 +copyright = © 2005 phpBB Group +version = 3.0.7 |