diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/overall_header.html')
-rw-r--r-- | phpBB/styles/subSilver/template/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index 93bafe4e74..c4be311a5c 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -26,9 +26,9 @@ if ({S_NEW_PM}) } <!-- ENDIF --> -function im_popup(url, width, height) +function popup(url, width, height) { - window.open(url, '_contact', 'HEIGHT=' + height + ',resizable=yes,scrollbars=yes, WIDTH=' + width); + window.open(url, '_popup', 'HEIGHT=' + height + ',resizable=yes,scrollbars=yes, WIDTH=' + width); return false; } |