diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-20 22:56:53 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-20 22:56:53 +0300 |
commit | e38fd2b9f29b0a39e1a05139c293ce7a20447734 (patch) | |
tree | 9bb4f7a88d68f811d1949480c4819b47a2ef24af /phpBB/styles/subsilver2 | |
parent | 4e8e31c10b11972a073a79fbbd7865a1195ef456 (diff) | |
download | forums-e38fd2b9f29b0a39e1a05139c293ce7a20447734.tar forums-e38fd2b9f29b0a39e1a05139c293ce7a20447734.tar.gz forums-e38fd2b9f29b0a39e1a05139c293ce7a20447734.tar.bz2 forums-e38fd2b9f29b0a39e1a05139c293ce7a20447734.tar.xz forums-e38fd2b9f29b0a39e1a05139c293ce7a20447734.zip |
[ticket/10371] Removing last mentions of imageset
Removing last mentions of imageset
PHPBB3-10371
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/theme/theme.cfg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/phpBB/styles/subsilver2/theme/theme.cfg b/phpBB/styles/subsilver2/theme/theme.cfg index 9e39133bd9..207e1b6650 100644 --- a/phpBB/styles/subsilver2/theme/theme.cfg +++ b/phpBB/styles/subsilver2/theme/theme.cfg @@ -22,14 +22,3 @@ name = subsilver2 copyright = © phpBB Group, 2003 version = 3.1.0-dev - -# 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 |