diff --git a/trunk/prosilver_ip/index_body.tpl b/trunk/prosilver_ip/index_body.tpl index 8f37b96..d7c2c5f 100644 --- a/trunk/prosilver_ip/index_body.tpl +++ b/trunk/prosilver_ip/index_body.tpl @@ -107,7 +107,7 @@ if(GetCookie(tmp) == '2')
{L_WELCOME}
{USER_NAME}

{AVATAR_IMG}
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{LOGGED_IN_USER_LIST}
{BOT_LIST}
- {AC_LIST_TEXT} {AC_LIST} [ {L_AJAX_SHOUTBOX} ]
+ {AC_LIST_TEXT} {AC_LIST} [ {L_AJAX_SHOUTBOX} ]
{L_USERS_TODAY}{L_USERS_LASTHOUR} ({L_ONLINE_TODAY})
{ADMINS_TODAY_LIST}
{MODS_TODAY_LIST}
{USERS_TODAY_LIST}
{L_LEGEND}:{GROUPS_LIST_LEGEND} diff --git a/trunk/prosilver_ip/post_review.tpl b/trunk/prosilver_ip/post_review.tpl index 227b5dc..a013829 100644 --- a/trunk/prosilver_ip/post_review.tpl +++ b/trunk/prosilver_ip/post_review.tpl @@ -6,7 +6,7 @@ { height = screen.height / 3; width = screen.width / 2; - window.open(ref,'_phpbbpostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes'); + window.open(ref,'_ippostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes'); } //--> diff --git a/trunk/prosilver_ip/profile_view_body.tpl b/trunk/prosilver_ip/profile_view_body.tpl index 0a67c8f..0727a6d 100644 --- a/trunk/prosilver_ip/profile_view_body.tpl +++ b/trunk/prosilver_ip/profile_view_body.tpl @@ -42,11 +42,13 @@ {L_FRIEND_REMOVE}{L_FRIEND_ADD} + {L_AJAX_SHOUTBOX_PVT} - {L_AJAX_SHOUTBOX_PVT_LINK} + {L_AJAX_SHOUTBOX_PVT_LINK} + {L_INVISION_COMMUNICATE}   diff --git a/trunk/prosilver_ip/viewtopic_kb_body.tpl b/trunk/prosilver_ip/viewtopic_kb_body.tpl index 5f8d0f6..70f5b83 100644 --- a/trunk/prosilver_ip/viewtopic_kb_body.tpl +++ b/trunk/prosilver_ip/viewtopic_kb_body.tpl @@ -14,7 +14,7 @@ function open_postreview(ref) { height = screen.height / 2.23; width = screen.width / 2; - window.open(ref,'_phpbbpostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes'); + window.open(ref,'_ippostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes'); return; } //-->