diff --git a/root/portal.php b/root/portal.php index 87a17be1..99937c1d 100644 --- a/root/portal.php +++ b/root/portal.php @@ -133,6 +133,7 @@ while ($row = $db->sql_fetchrow($result)) 'TEMPLATE_FILE' => 'portal/modules/' . $template_module, 'IMAGE_SRC' => $phpbb_root_path . 'styles/' . $user->theme['theme_path'] . '/theme/images/portal/' . $row['module_image_src'], 'MODULE_ID' => $row['module_id'], + 'TITLE' => (isset($user->lang[$row['module_name']])) ? $user->lang[$row['module_name']] : $row['module_name'], )); } unset($template_module); diff --git a/root/styles/prosilver/template/portal/modules/announcements.html b/root/styles/prosilver/template/portal/modules/announcements.html index 79a2588a..293d52da 100644 --- a/root/styles/prosilver/template/portal/modules/announcements.html +++ b/root/styles/prosilver/template/portal/modules/announcements.html @@ -1,7 +1,7 @@ -{$C_BLOCK_H_L}
{L_LATEST_ANNOUNCEMENTS}
{$C_BLOCK_H_R} +{$C_BLOCK_H_L}
{$TITLE}
{$C_BLOCK_H_R}
diff --git a/root/styles/prosilver/template/portal/modules/announcements_compact.html b/root/styles/prosilver/template/portal/modules/announcements_compact.html index ddb7d7b4..59a6cd7c 100644 --- a/root/styles/prosilver/template/portal/modules/announcements_compact.html +++ b/root/styles/prosilver/template/portal/modules/announcements_compact.html @@ -1,7 +1,7 @@ -{$C_BLOCK_H_L}
{L_LATEST_ANNOUNCEMENTS}
{$C_BLOCK_H_R} +{$C_BLOCK_H_L}
{$TITLE}
{$C_BLOCK_H_R}
{L_NO_ANNOUNCEMENTS} diff --git a/root/styles/prosilver/template/portal/modules/attachments.html b/root/styles/prosilver/template/portal/modules/attachments.html index 0a153e2f..922e4047 100644 --- a/root/styles/prosilver/template/portal/modules/attachments.html +++ b/root/styles/prosilver/template/portal/modules/attachments.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_ATTACHMENTS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_FILENAME}
diff --git a/root/styles/prosilver/template/portal/modules/birthdays_side.html b/root/styles/prosilver/template/portal/modules/birthdays_side.html index 28c5f208..d37d28db 100644 --- a/root/styles/prosilver/template/portal/modules/birthdays_side.html +++ b/root/styles/prosilver/template/portal/modules/birthdays_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_BIRTHDAYS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_CONGRATULATIONS}:
{BIRTHDAY_LIST} diff --git a/root/styles/prosilver/template/portal/modules/calendar_side.html b/root/styles/prosilver/template/portal/modules/calendar_side.html index 674ee565..42e97985 100644 --- a/root/styles/prosilver/template/portal/modules/calendar_side.html +++ b/root/styles/prosilver/template/portal/modules/calendar_side.html @@ -1,6 +1,6 @@ -{$LR_BLOCK_H_L} {L_PORTAL_CALENDAR}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} diff --git a/root/styles/prosilver/template/portal/modules/clock_side.html b/root/styles/prosilver/template/portal/modules/clock_side.html index 06cd2e94..339200d3 100644 --- a/root/styles/prosilver/template/portal/modules/clock_side.html +++ b/root/styles/prosilver/template/portal/modules/clock_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_CLOCK}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}

diff --git a/root/styles/prosilver/template/portal/modules/custom_center.html b/root/styles/prosilver/template/portal/modules/custom_center.html index 86a4288e..8600af2f 100644 --- a/root/styles/prosilver/template/portal/modules/custom_center.html +++ b/root/styles/prosilver/template/portal/modules/custom_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}
{$CUSTOM_TITLE}
{$C_BLOCK_H_R} +{$C_BLOCK_H_L}
{$TITLE}
{$C_BLOCK_H_R}
diff --git a/root/styles/prosilver/template/portal/modules/custom_side.html b/root/styles/prosilver/template/portal/modules/custom_side.html index c29be614..35e6f67e 100644 --- a/root/styles/prosilver/template/portal/modules/custom_side.html +++ b/root/styles/prosilver/template/portal/modules/custom_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {$CUSTOM_TITLE}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
{$CUSTOM_CODE}
diff --git a/root/styles/prosilver/template/portal/modules/donation_center.html b/root/styles/prosilver/template/portal/modules/donation_center.html index f86328fd..7d626c90 100644 --- a/root/styles/prosilver/template/portal/modules/donation_center.html +++ b/root/styles/prosilver/template/portal/modules/donation_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}
{L_DONATION}
{$C_BLOCK_H_R} +{$C_BLOCK_H_L}
{$TITLE}
{$C_BLOCK_H_R}
  • diff --git a/root/styles/prosilver/template/portal/modules/donation_side.html b/root/styles/prosilver/template/portal/modules/donation_side.html index e36fb4ee..0237c168 100644 --- a/root/styles/prosilver/template/portal/modules/donation_side.html +++ b/root/styles/prosilver/template/portal/modules/donation_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_DONATION}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
    diff --git a/root/styles/prosilver/template/portal/modules/friends_side.html b/root/styles/prosilver/template/portal/modules/friends_side.html index 5fd73a99..90be41d7 100644 --- a/root/styles/prosilver/template/portal/modules/friends_side.html +++ b/root/styles/prosilver/template/portal/modules/friends_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_FRIENDS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_FRIENDS_ONLINE}
    {b3p_friends_online.USERNAME_FULL}
    diff --git a/root/styles/prosilver/template/portal/modules/latest_members_side.html b/root/styles/prosilver/template/portal/modules/latest_members_side.html index 1ed7a437..66feaad2 100644 --- a/root/styles/prosilver/template/portal/modules/latest_members_side.html +++ b/root/styles/prosilver/template/portal/modules/latest_members_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_LATEST_MEMBERS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_USERNAME} {L_JOINED}
    diff --git a/root/styles/prosilver/template/portal/modules/leaders_ext_side.html b/root/styles/prosilver/template/portal/modules/leaders_ext_side.html index dc7c144f..ab15d890 100644 --- a/root/styles/prosilver/template/portal/modules/leaders_ext_side.html +++ b/root/styles/prosilver/template/portal/modules/leaders_ext_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {group.GROUP_NAME}
    diff --git a/root/styles/prosilver/template/portal/modules/leaders_side.html b/root/styles/prosilver/template/portal/modules/leaders_side.html index 16474e68..e2bc88ed 100644 --- a/root/styles/prosilver/template/portal/modules/leaders_side.html +++ b/root/styles/prosilver/template/portal/modules/leaders_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_ADMINISTRATORS}
    {admin.USERNAME_FULL}
    diff --git a/root/styles/prosilver/template/portal/modules/link_us_side.html b/root/styles/prosilver/template/portal/modules/link_us_side.html index 531e0034..2074907a 100644 --- a/root/styles/prosilver/template/portal/modules/link_us_side.html +++ b/root/styles/prosilver/template/portal/modules/link_us_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_LINK_US}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {LINK_US_TXT}


    {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/prosilver/template/portal/modules/links_side.html b/root/styles/prosilver/template/portal/modules/links_side.html index dc12d3bb..6c8ed0a6 100644 --- a/root/styles/prosilver/template/portal/modules/links_side.html +++ b/root/styles/prosilver/template/portal/modules/links_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_PORTAL_LINKS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
      diff --git a/root/styles/prosilver/template/portal/modules/login_box_side.html b/root/styles/prosilver/template/portal/modules/login_box_side.html index e15bf0fc..5150fdf5 100644 --- a/root/styles/prosilver/template/portal/modules/login_box_side.html +++ b/root/styles/prosilver/template/portal/modules/login_box_side.html @@ -1,7 +1,7 @@
      -{$LR_BLOCK_H_L} {L_LOGIN_LOGOUT}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_USERNAME}:


      {L_PASSWORD}:
      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 7f59a697..4b4159c6 100644 --- a/root/styles/prosilver/template/portal/modules/main_menu_side.html +++ b/root/styles/prosilver/template/portal/modules/main_menu_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_M_MENU}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
      diff --git a/root/styles/prosilver/template/portal/modules/news_center.html b/root/styles/prosilver/template/portal/modules/news_center.html index 4a4da0b8..a6167bde 100644 --- a/root/styles/prosilver/template/portal/modules/news_center.html +++ b/root/styles/prosilver/template/portal/modules/news_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}
      {L_LATEST_NEWS}
      {$C_BLOCK_H_R} +{$C_BLOCK_H_L}
      {$TITLE}
      {$C_BLOCK_H_R}
      diff --git a/root/styles/prosilver/template/portal/modules/news_compact_center.html b/root/styles/prosilver/template/portal/modules/news_compact_center.html index 4ca60275..2eadecea 100644 --- a/root/styles/prosilver/template/portal/modules/news_compact_center.html +++ b/root/styles/prosilver/template/portal/modules/news_compact_center.html @@ -1,7 +1,7 @@ -{$C_BLOCK_H_L}
      {L_LATEST_NEWS}
      {$C_BLOCK_H_R} +{$C_BLOCK_H_L}
      {$TITLE}
      {$C_BLOCK_H_R}
      {L_NO_NEWS} diff --git a/root/styles/prosilver/template/portal/modules/poll_center.html b/root/styles/prosilver/template/portal/modules/poll_center.html index 69d7cbdc..b0d787fe 100644 --- a/root/styles/prosilver/template/portal/modules/poll_center.html +++ b/root/styles/prosilver/template/portal/modules/poll_center.html @@ -1,6 +1,6 @@ -{$C_BLOCK_H_L}
      {L_PORTAL_POLL}
      {$C_BLOCK_H_R} +{$C_BLOCK_H_L}
      {$TITLE}
      {$C_BLOCK_H_R}
      diff --git a/root/styles/prosilver/template/portal/modules/poll_side.html b/root/styles/prosilver/template/portal/modules/poll_side.html index 01e6ca55..7b70ec85 100644 --- a/root/styles/prosilver/template/portal/modules/poll_side.html +++ b/root/styles/prosilver/template/portal/modules/poll_side.html @@ -1,6 +1,6 @@ -{$LR_BLOCK_H_L} {L_PORTAL_POLL}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
      diff --git a/root/styles/prosilver/template/portal/modules/random_member_side.html b/root/styles/prosilver/template/portal/modules/random_member_side.html index ae6d732e..b3ec851d 100644 --- a/root/styles/prosilver/template/portal/modules/random_member_side.html +++ b/root/styles/prosilver/template/portal/modules/random_member_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_PORTAL_RANDOM_MEMBER}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
      {random_member.USERNAME_FULL}
      {random_member.AVATAR_IMG}
      diff --git a/root/styles/prosilver/template/portal/modules/recent_center.html b/root/styles/prosilver/template/portal/modules/recent_center.html index d5943ffc..55eced33 100644 --- a/root/styles/prosilver/template/portal/modules/recent_center.html +++ b/root/styles/prosilver/template/portal/modules/recent_center.html @@ -1,6 +1,6 @@ -{$C_BLOCK_H_L}
      {L_PORTAL_RECENT}
      {$C_BLOCK_H_R} +{$C_BLOCK_H_L}
      {$TITLE}
      {$C_BLOCK_H_R}
      • diff --git a/root/styles/prosilver/template/portal/modules/search_side.html b/root/styles/prosilver/template/portal/modules/search_side.html index 34326650..613718be 100644 --- a/root/styles/prosilver/template/portal/modules/search_side.html +++ b/root/styles/prosilver/template/portal/modules/search_side.html @@ -47,7 +47,7 @@ function qsearch_onSubmit() //--> -{$LR_BLOCK_H_L} {L_PORTAL_SEARCH}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}

        diff --git a/root/styles/prosilver/template/portal/modules/statistics_side.html b/root/styles/prosilver/template/portal/modules/statistics_side.html index d6d026bd..96d36c0b 100644 --- a/root/styles/prosilver/template/portal/modules/statistics_side.html +++ b/root/styles/prosilver/template/portal/modules/statistics_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_STATISTICS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_ST_TOP}
        {B3_TOTAL_POSTS}
        {B3_TOTAL_TOPICS}
        diff --git a/root/styles/prosilver/template/portal/modules/stylechanger_side.html b/root/styles/prosilver/template/portal/modules/stylechanger_side.html index 099f595a..5877032d 100644 --- a/root/styles/prosilver/template/portal/modules/stylechanger_side.html +++ b/root/styles/prosilver/template/portal/modules/stylechanger_side.html @@ -1,6 +1,6 @@ -{$LR_BLOCK_H_L} {L_BOARD_STYLE}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} diff --git a/root/styles/prosilver/template/portal/modules/topposters_side.html b/root/styles/prosilver/template/portal/modules/topposters_side.html index 91c7324c..6f9e2223 100644 --- a/root/styles/prosilver/template/portal/modules/topposters_side.html +++ b/root/styles/prosilver/template/portal/modules/topposters_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_TOPPOSTERS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} {L_USERNAME} {L_POSTS}
        diff --git a/root/styles/prosilver/template/portal/modules/user_menu_side.html b/root/styles/prosilver/template/portal/modules/user_menu_side.html index 349bd8ec..b0be3e48 100644 --- a/root/styles/prosilver/template/portal/modules/user_menu_side.html +++ b/root/styles/prosilver/template/portal/modules/user_menu_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_USER_MENU}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}

        {USERNAME_FULL}
        diff --git a/root/styles/prosilver/template/portal/modules/welcome_center.html b/root/styles/prosilver/template/portal/modules/welcome_center.html index 5a49ebcf..0c49f74a 100644 --- a/root/styles/prosilver/template/portal/modules/welcome_center.html +++ b/root/styles/prosilver/template/portal/modules/welcome_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}
        {L_PORTAL_WELCOME}
        {$C_BLOCK_H_R} +{$C_BLOCK_H_L}
        {$TITLE}
        {$C_BLOCK_H_R}
        diff --git a/root/styles/prosilver/template/portal/modules/whois_online_center.html b/root/styles/prosilver/template/portal/modules/whois_online_center.html index af9bffbc..d55c580e 100644 --- a/root/styles/prosilver/template/portal/modules/whois_online_center.html +++ b/root/styles/prosilver/template/portal/modules/whois_online_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}
        {L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}
        {$C_BLOCK_H_R} +{$C_BLOCK_H_L}
        {$TITLE}{$TITLE}
        {$C_BLOCK_H_R}
        • diff --git a/root/styles/prosilver/template/portal/portal_body.html b/root/styles/prosilver/template/portal/portal_body.html index 9035ad67..a6a3d36b 100644 --- a/root/styles/prosilver/template/portal/portal_body.html +++ b/root/styles/prosilver/template/portal/portal_body.html @@ -20,7 +20,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -86,7 +86,7 @@ - + diff --git a/root/styles/subsilver2/template/portal/modules/announcements.html b/root/styles/subsilver2/template/portal/modules/announcements.html index e2bfb52c..71ea48a0 100644 --- a/root/styles/subsilver2/template/portal/modules/announcements.html +++ b/root/styles/subsilver2/template/portal/modules/announcements.html @@ -1,7 +1,7 @@ -{$C_BLOCK_H_L}{L_LATEST_ANNOUNCEMENTS}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
{U_PREV_MONTH}
diff --git a/root/styles/subsilver2/template/portal/modules/announcements_compact.html b/root/styles/subsilver2/template/portal/modules/announcements_compact.html index 88bf5264..b88829a6 100644 --- a/root/styles/subsilver2/template/portal/modules/announcements_compact.html +++ b/root/styles/subsilver2/template/portal/modules/announcements_compact.html @@ -1,7 +1,7 @@ -{$C_BLOCK_H_L}{L_LATEST_ANNOUNCEMENTS} {$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE} {$C_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/attachments.html b/root/styles/subsilver2/template/portal/modules/attachments.html index 25d0eb38..7c3bf49d 100644 --- a/root/styles/subsilver2/template/portal/modules/attachments.html +++ b/root/styles/subsilver2/template/portal/modules/attachments.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_ATTACHMENTS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/birthdays_side.html b/root/styles/subsilver2/template/portal/modules/birthdays_side.html index c9cb79bc..0d35ab8b 100644 --- a/root/styles/subsilver2/template/portal/modules/birthdays_side.html +++ b/root/styles/subsilver2/template/portal/modules/birthdays_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_BIRTHDAYS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/calendar_side.html b/root/styles/subsilver2/template/portal/modules/calendar_side.html index a68e4c95..4566c379 100644 --- a/root/styles/subsilver2/template/portal/modules/calendar_side.html +++ b/root/styles/subsilver2/template/portal/modules/calendar_side.html @@ -1,6 +1,6 @@ -{$LR_BLOCK_H_L} {L_PORTAL_CALENDAR}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/clock_side.html b/root/styles/subsilver2/template/portal/modules/clock_side.html index bede16b3..be266ad6 100644 --- a/root/styles/subsilver2/template/portal/modules/clock_side.html +++ b/root/styles/subsilver2/template/portal/modules/clock_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_CLOCK}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/custom_center.html b/root/styles/subsilver2/template/portal/modules/custom_center.html index 5fb4f0f3..a9f50daf 100644 --- a/root/styles/subsilver2/template/portal/modules/custom_center.html +++ b/root/styles/subsilver2/template/portal/modules/custom_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}{$CUSTOM_TITLE}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/custom_side.html b/root/styles/subsilver2/template/portal/modules/custom_side.html index ac3d1808..07ee4533 100644 --- a/root/styles/subsilver2/template/portal/modules/custom_side.html +++ b/root/styles/subsilver2/template/portal/modules/custom_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {$CUSTOM_TITLE}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/donation_center.html b/root/styles/subsilver2/template/portal/modules/donation_center.html index 0a65bd94..a0ef968e 100644 --- a/root/styles/subsilver2/template/portal/modules/donation_center.html +++ b/root/styles/subsilver2/template/portal/modules/donation_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}{L_DONATION}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/donation_side.html b/root/styles/subsilver2/template/portal/modules/donation_side.html index 306e131d..556f3b4e 100644 --- a/root/styles/subsilver2/template/portal/modules/donation_side.html +++ b/root/styles/subsilver2/template/portal/modules/donation_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_DONATION}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/friends_side.html b/root/styles/subsilver2/template/portal/modules/friends_side.html index 52d688df..6b08f312 100644 --- a/root/styles/subsilver2/template/portal/modules/friends_side.html +++ b/root/styles/subsilver2/template/portal/modules/friends_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_FRIENDS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/latest_members_side.html b/root/styles/subsilver2/template/portal/modules/latest_members_side.html index 3bf792f0..184df9e6 100644 --- a/root/styles/subsilver2/template/portal/modules/latest_members_side.html +++ b/root/styles/subsilver2/template/portal/modules/latest_members_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_LATEST_MEMBERS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html b/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html index 0dd770cd..a44621a8 100644 --- a/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html +++ b/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/modules/leaders_side.html b/root/styles/subsilver2/template/portal/modules/leaders_side.html index bf572656..d80db322 100644 --- a/root/styles/subsilver2/template/portal/modules/leaders_side.html +++ b/root/styles/subsilver2/template/portal/modules/leaders_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/link_us_side.html b/root/styles/subsilver2/template/portal/modules/link_us_side.html index a47bf32c..ac561a38 100644 --- a/root/styles/subsilver2/template/portal/modules/link_us_side.html +++ b/root/styles/subsilver2/template/portal/modules/link_us_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_LINK_US}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/links_side.html b/root/styles/subsilver2/template/portal/modules/links_side.html index 12875547..ddadcd89 100644 --- a/root/styles/subsilver2/template/portal/modules/links_side.html +++ b/root/styles/subsilver2/template/portal/modules/links_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_PORTAL_LINKS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/modules/login_box_side.html b/root/styles/subsilver2/template/portal/modules/login_box_side.html index 24f6a64c..48d2d93c 100644 --- a/root/styles/subsilver2/template/portal/modules/login_box_side.html +++ b/root/styles/subsilver2/template/portal/modules/login_box_side.html @@ -1,6 +1,6 @@ -{$LR_BLOCK_H_L} {L_LOGIN_LOGOUT}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/main_menu_side.html b/root/styles/subsilver2/template/portal/modules/main_menu_side.html index f8b2751b..e0499e06 100644 --- a/root/styles/subsilver2/template/portal/modules/main_menu_side.html +++ b/root/styles/subsilver2/template/portal/modules/main_menu_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_M_MENU}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/modules/news_center.html b/root/styles/subsilver2/template/portal/modules/news_center.html index 47504c4b..19ffe437 100644 --- a/root/styles/subsilver2/template/portal/modules/news_center.html +++ b/root/styles/subsilver2/template/portal/modules/news_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}{L_LATEST_NEWS}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/news_compact_center.html b/root/styles/subsilver2/template/portal/modules/news_compact_center.html index a038455d..eae732b9 100644 --- a/root/styles/subsilver2/template/portal/modules/news_compact_center.html +++ b/root/styles/subsilver2/template/portal/modules/news_compact_center.html @@ -2,7 +2,7 @@
-{$C_BLOCK_H_L}{L_LATEST_NEWS} {$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE} {$C_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/modules/poll_center.html b/root/styles/subsilver2/template/portal/modules/poll_center.html index 871a65ee..b962fec7 100644 --- a/root/styles/subsilver2/template/portal/modules/poll_center.html +++ b/root/styles/subsilver2/template/portal/modules/poll_center.html @@ -1,6 +1,6 @@ -{$C_BLOCK_H_L}{L_LATEST_POLLS}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/modules/poll_side.html b/root/styles/subsilver2/template/portal/modules/poll_side.html index 874eb985..e0c8a530 100644 --- a/root/styles/subsilver2/template/portal/modules/poll_side.html +++ b/root/styles/subsilver2/template/portal/modules/poll_side.html @@ -1,6 +1,6 @@ -{$LR_BLOCK_H_L} {L_PORTAL_POLL}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/modules/random_member_side.html b/root/styles/subsilver2/template/portal/modules/random_member_side.html index b8117c43..0c3db066 100644 --- a/root/styles/subsilver2/template/portal/modules/random_member_side.html +++ b/root/styles/subsilver2/template/portal/modules/random_member_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_PORTAL_RANDOM_MEMBER}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/recent_center.html b/root/styles/subsilver2/template/portal/modules/recent_center.html index d351152b..ed2ea0a5 100644 --- a/root/styles/subsilver2/template/portal/modules/recent_center.html +++ b/root/styles/subsilver2/template/portal/modules/recent_center.html @@ -1,6 +1,6 @@ -{$C_BLOCK_H_L}{L_PORTAL_RECENT}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/modules/search_side.html b/root/styles/subsilver2/template/portal/modules/search_side.html index 3c681fc6..af35f87e 100644 --- a/root/styles/subsilver2/template/portal/modules/search_side.html +++ b/root/styles/subsilver2/template/portal/modules/search_side.html @@ -46,7 +46,7 @@ function qsearch_onSubmit() //--> -{$LR_BLOCK_H_L} {L_PORTAL_SEARCH}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
{L_PORTAL_RECENT_ANN}
diff --git a/root/styles/subsilver2/template/portal/modules/statistics_side.html b/root/styles/subsilver2/template/portal/modules/statistics_side.html index b6d1cf14..7466d3a7 100644 --- a/root/styles/subsilver2/template/portal/modules/statistics_side.html +++ b/root/styles/subsilver2/template/portal/modules/statistics_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_STATISTICS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/stylechanger_side.html b/root/styles/subsilver2/template/portal/modules/stylechanger_side.html index b434e1e0..529b95ef 100644 --- a/root/styles/subsilver2/template/portal/modules/stylechanger_side.html +++ b/root/styles/subsilver2/template/portal/modules/stylechanger_side.html @@ -1,6 +1,6 @@ -{$LR_BLOCK_H_L} {L_BOARD_STYLE}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/topposters_side.html b/root/styles/subsilver2/template/portal/modules/topposters_side.html index 714d3ad0..3f7b8330 100644 --- a/root/styles/subsilver2/template/portal/modules/topposters_side.html +++ b/root/styles/subsilver2/template/portal/modules/topposters_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_TOPPOSTERS}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/user_menu_side.html b/root/styles/subsilver2/template/portal/modules/user_menu_side.html index d2145acb..d6e0df2b 100644 --- a/root/styles/subsilver2/template/portal/modules/user_menu_side.html +++ b/root/styles/subsilver2/template/portal/modules/user_menu_side.html @@ -1,5 +1,5 @@ -{$LR_BLOCK_H_L} {L_USER_MENU}{$LR_BLOCK_H_R} +{$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/welcome_center.html b/root/styles/subsilver2/template/portal/modules/welcome_center.html index 6d28557e..28ae1997 100644 --- a/root/styles/subsilver2/template/portal/modules/welcome_center.html +++ b/root/styles/subsilver2/template/portal/modules/welcome_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}{L_PORTAL_WELCOME}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
diff --git a/root/styles/subsilver2/template/portal/modules/whois_online_center.html b/root/styles/subsilver2/template/portal/modules/whois_online_center.html index aa2b8929..748476fa 100644 --- a/root/styles/subsilver2/template/portal/modules/whois_online_center.html +++ b/root/styles/subsilver2/template/portal/modules/whois_online_center.html @@ -1,5 +1,5 @@ -{$C_BLOCK_H_L}{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}{$C_BLOCK_H_R} +{$C_BLOCK_H_L}{$TITLE}{$TITLE}{$C_BLOCK_H_R} diff --git a/root/styles/subsilver2/template/portal/portal_body.html b/root/styles/subsilver2/template/portal/portal_body.html index 8c9edbc3..ca384722 100644 --- a/root/styles/subsilver2/template/portal/portal_body.html +++ b/root/styles/subsilver2/template/portal/portal_body.html @@ -25,7 +25,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -56,7 +56,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -91,7 +91,7 @@ - +