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 @@
| | | | | | | | | | | |