diff options
author | hanakin <midaym@gmail.com> | 2014-07-29 18:40:30 +0200 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2014-07-29 18:40:30 +0200 |
commit | d6c772f15c276240e1d8c4436154abad06ffbe7d (patch) | |
tree | a6daaf0a131b5bc6a71176a24ed506d1e02c17fa | |
parent | e992eab4c3f39d22acacac70c95c62b942ca36ff (diff) | |
download | forums-d6c772f15c276240e1d8c4436154abad06ffbe7d.tar forums-d6c772f15c276240e1d8c4436154abad06ffbe7d.tar.gz forums-d6c772f15c276240e1d8c4436154abad06ffbe7d.tar.bz2 forums-d6c772f15c276240e1d8c4436154abad06ffbe7d.tar.xz forums-d6c772f15c276240e1d8c4436154abad06ffbe7d.zip |
[ticket/12862] Add Border
PHPBB3-12862
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index d31dd32cf6..e8b5936d48 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -34,6 +34,6 @@ <!-- EVENT simple_header_body_before --> -<div id="simple-wrap"> +<div id="wrap"> <a id="top" class="anchor" accesskey="t"></a> <div id="page-body"> |