diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-04 18:08:56 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-04 18:08:56 +0000 |
commit | e39a660e8dfc9c32f59574dd4c9e8f5004b66991 (patch) | |
tree | c1d485ac7d47f0e2996aa9ced8b9fc5ecf651b39 /phpBB/templates/subSilver/viewtopic_body.tpl | |
parent | 3e5778094c593922b766ec4090d2eaaa9ccfeaff (diff) | |
download | forums-e39a660e8dfc9c32f59574dd4c9e8f5004b66991.tar forums-e39a660e8dfc9c32f59574dd4c9e8f5004b66991.tar.gz forums-e39a660e8dfc9c32f59574dd4c9e8f5004b66991.tar.bz2 forums-e39a660e8dfc9c32f59574dd4c9e8f5004b66991.tar.xz forums-e39a660e8dfc9c32f59574dd4c9e8f5004b66991.zip |
Paul is now starting to get very annoyed with this overlayed ICQ button :D
git-svn-id: file:///svn/phpbb/trunk@1802 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 162a53dcbb..ffc72277c4 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -6,15 +6,9 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img) { - if( !icq_add_img_src.width ) - { - icq_add_img_src.src = icq_add_img; - while( !icq_add_img_src.width ); - } - if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 ) { - document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="' + icq_add_img_src.width + '" height="' + icq_add_img_src.height + '" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>'); + document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" border="0" alt="{L_ICQ_NUMBER}" /></a></td></tr></table>'); } } //--> |