diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-29 17:38:09 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-29 17:38:09 +0000 |
commit | 5b253228d76c41b4f231fb5650c50960e001b9ae (patch) | |
tree | 22969695f191285d03cf1dc57a2ed83f818350af /phpBB/styles | |
parent | 86ed5e5828b02840284c30dfb59e00da28a8781e (diff) | |
download | forums-5b253228d76c41b4f231fb5650c50960e001b9ae.tar forums-5b253228d76c41b4f231fb5650c50960e001b9ae.tar.gz forums-5b253228d76c41b4f231fb5650c50960e001b9ae.tar.bz2 forums-5b253228d76c41b4f231fb5650c50960e001b9ae.tar.xz forums-5b253228d76c41b4f231fb5650c50960e001b9ae.zip |
use correct entity
git-svn-id: file:///svn/phpbb/trunk@5755 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/imageset/imageset.cfg | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/style.cfg | 4 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/template.cfg | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/theme/theme.cfg | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/subSilver/imageset/imageset.cfg b/phpBB/styles/subSilver/imageset/imageset.cfg index 350f729f7b..4e881fd88c 100644 --- a/phpBB/styles/subSilver/imageset/imageset.cfg +++ b/phpBB/styles/subSilver/imageset/imageset.cfg @@ -18,7 +18,7 @@ # General Information about this style name = subSilver -copyright = © phpBB Group, 2003 +copyright = © phpBB Group, 2003 version = 2.1.1 # Images diff --git a/phpBB/styles/subSilver/style.cfg b/phpBB/styles/subSilver/style.cfg index 3ac6fc6966..773ddc17ee 100644 --- a/phpBB/styles/subSilver/style.cfg +++ b/phpBB/styles/subSilver/style.cfg @@ -18,5 +18,5 @@ # General Information about this style name = subSilver -copyright = © phpBB Group, 2003 -version = 2.1.1 +copyright = © 2005 phpBB Group +version = 3.0.0 diff --git a/phpBB/styles/subSilver/template/template.cfg b/phpBB/styles/subSilver/template/template.cfg index f921dd6994..180324275e 100644 --- a/phpBB/styles/subSilver/template/template.cfg +++ b/phpBB/styles/subSilver/template/template.cfg @@ -18,6 +18,6 @@ # General Information about this template name = subSilver -copyright = © phpBB Group, 2003 +copyright = © phpBB Group, 2003 version = 2.1.1 diff --git a/phpBB/styles/subSilver/theme/theme.cfg b/phpBB/styles/subSilver/theme/theme.cfg index bc21e1eb6c..695e0e8213 100644 --- a/phpBB/styles/subSilver/theme/theme.cfg +++ b/phpBB/styles/subSilver/theme/theme.cfg @@ -20,7 +20,7 @@ # General Information about this theme name = subSilver -copyright = © phpBB Group, 2003 +copyright = © phpBB Group, 2003 version = 2.1.1 # Some configuration options |