diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-14 23:26:01 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-14 23:26:01 +0200 |
commit | 1cc9f60f959730c8432a8489527ce9e1606a7ebd (patch) | |
tree | b805cdbe9c0520d95688b7056e096485831751d1 /phpBB/styles/subsilver2/theme | |
parent | 68336ab137432ecf9322474a7853d5d16e660fb2 (diff) | |
download | forums-1cc9f60f959730c8432a8489527ce9e1606a7ebd.tar forums-1cc9f60f959730c8432a8489527ce9e1606a7ebd.tar.gz forums-1cc9f60f959730c8432a8489527ce9e1606a7ebd.tar.bz2 forums-1cc9f60f959730c8432a8489527ce9e1606a7ebd.tar.xz forums-1cc9f60f959730c8432a8489527ce9e1606a7ebd.zip |
[feature/merging-style-components] Removing theme.cfg and template.cfg
Removing theme.cfg and template.cfg
PHPBB3-10632
Diffstat (limited to 'phpBB/styles/subsilver2/theme')
-rw-r--r-- | phpBB/styles/subsilver2/theme/theme.cfg | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/phpBB/styles/subsilver2/theme/theme.cfg b/phpBB/styles/subsilver2/theme/theme.cfg deleted file mode 100644 index 16d66c844a..0000000000 --- a/phpBB/styles/subsilver2/theme/theme.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# -# phpBB Theme Configuration File -# -# @package phpBB3 -# @copyright (c) 2005 phpBB Group -# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 -# -# -# 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 theme -name = subsilver2 -copyright = © phpBB Group, 2003 -version = 3.1.0-dev |