diff --git a/language/english/blocks.php b/language/english/blocks.php index 22fc3d9e..32d6aa8a 100644 --- a/language/english/blocks.php +++ b/language/english/blocks.php @@ -26,3 +26,6 @@ define('_MB_SUICO_ENABLEPM', 'Show Private Message Button'); define('_MB_SUICO_PRIVATEMESSAGE', 'Private Message'); define('_MB_SUICO_PM', 'PM'); +define('_MB_SUICO_FINDFRIENDS', 'Find Friends'); +define('_MB_SUICO_FINDMOREFRIENDS', 'Find More Friends'); + diff --git a/templates/blocks/suico_block_friends.tpl b/templates/blocks/suico_block_friends.tpl index c167eedc..ae86c36a 100644 --- a/templates/blocks/suico_block_friends.tpl +++ b/templates/blocks/suico_block_friends.tpl @@ -27,8 +27,10 @@ <{if $block.friends}> <{$block.lang_allfriends}> <{else}> - <{$block.lang_nofriends}> - <{/if}> +
<{$block.lang_nofriends}>

+ <{$smarty.const._MB_SUICO_FINDFRIENDS}> +
+ <{/if}> diff --git a/templates/suico_groups.tpl b/templates/suico_groups.tpl index 102a9ba6..9b8dfd60 100644 --- a/templates/suico_groups.tpl +++ b/templates/suico_groups.tpl @@ -51,7 +51,7 @@ <{if $countGroups!=0}> - +
@@ -123,12 +123,10 @@ <{/if}> <{if $countGroups_all!=0}> -
-
<{$lang_groupslist}>
+
- @@ -179,7 +177,6 @@ <{/section}>
<{$lang_groupslist}>
- @@ -188,42 +185,12 @@ - -