diff --git a/root/portal/modules/portal_leaders.php b/root/portal/modules/portal_leaders.php index 207b3128..0e618393 100644 --- a/root/portal/modules/portal_leaders.php +++ b/root/portal/modules/portal_leaders.php @@ -169,11 +169,11 @@ class portal_leaders_module { if ($row['group_name'] == 'ADMINISTRATORS') { - $which_row = 'admin'; + $which_row = 'b3p_admins'; } elseif ($row['group_name'] == 'GLOBAL_MODERATORS') { - $which_row = 'mod'; + $which_row = 'b3p_moderators'; } if ($row['group_type'] == GROUP_HIDDEN && !$auth->acl_gets('a_group', 'a_groupadd', 'a_groupdel') && $row['ug_user_id'] != $user->data['user_id']) diff --git a/root/styles/prosilver/template/events/overall_header_head_append_listener.html b/root/styles/prosilver/template/event/overall_header_head_append.html old mode 100644 new mode 100755 similarity index 100% rename from root/styles/prosilver/template/events/overall_header_head_append_listener.html rename to root/styles/prosilver/template/event/overall_header_head_append.html diff --git a/root/styles/prosilver/template/portal/_block_config.html b/root/styles/prosilver/template/portal/_block_config.html index ea75bc1a..c14b14ba 100644 --- a/root/styles/prosilver/template/portal/_block_config.html +++ b/root/styles/prosilver/template/portal/_block_config.html @@ -7,7 +7,7 @@ - + diff --git a/root/styles/prosilver/template/portal/modules/clock_side.html b/root/styles/prosilver/template/portal/modules/clock_side.html index d01c9889..0f0e9478 100644 --- a/root/styles/prosilver/template/portal/modules/clock_side.html +++ b/root/styles/prosilver/template/portal/modules/clock_side.html @@ -27,6 +27,6 @@ - - + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} diff --git a/root/styles/prosilver/template/portal/modules/leaders_side.html b/root/styles/prosilver/template/portal/modules/leaders_side.html index 2a943dd5..92205423 100644 --- a/root/styles/prosilver/template/portal/modules/leaders_side.html +++ b/root/styles/prosilver/template/portal/modules/leaders_side.html @@ -1,15 +1,15 @@ {$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} style="float: right;">{L_ADMINISTRATORS}
- - {admin.USERNAME_FULL}
+ + {b3p_admins.USERNAME_FULL}
{L_NO_ADMINISTRATORS_P}

- +
style="float: right;">{L_MODERATORS}
- - {mod.USERNAME_FULL}
+ + {b3p_moderator.USERNAME_FULL}
{L_NO_MODERATORS_P} - + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} diff --git a/root/styles/prosilver/template/portal/modules/main_menu_side.html b/root/styles/prosilver/template/portal/modules/main_menu_side.html index b659eaf6..f149eb37 100644 --- a/root/styles/prosilver/template/portal/modules/main_menu_side.html +++ b/root/styles/prosilver/template/portal/modules/main_menu_side.html @@ -14,6 +14,6 @@ - + -{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file +{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}