aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-01-30 01:17:06 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-01-30 01:17:06 +0100
commitbafe3d9484037049a766fc1f9d728979d2d0483a (patch)
tree0057079f482c25d45e896b69b3ddcd322ff182a0 /phpBB/styles/subsilver2
parent85e0ae7eaebc722426a9184db9c993f7500909f5 (diff)
parentc3a43126504b5eddfa684e900d888dfcbd3dd281 (diff)
downloadforums-bafe3d9484037049a766fc1f9d728979d2d0483a.tar
forums-bafe3d9484037049a766fc1f9d728979d2d0483a.tar.gz
forums-bafe3d9484037049a766fc1f9d728979d2d0483a.tar.bz2
forums-bafe3d9484037049a766fc1f9d728979d2d0483a.tar.xz
forums-bafe3d9484037049a766fc1f9d728979d2d0483a.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand(). [ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index 26e4b0c9a5..b9c7a604ce 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -28,11 +28,8 @@
<script type="text/javascript">
// <![CDATA[
-<!-- IF S_USER_PM_POPUP -->
- if ({S_NEW_PM})
- {
- popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
- }
+<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
+ popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
<!-- ENDIF -->
function popup(url, width, height, name)