diff --git a/view/templates/events.tpl b/view/templates/events.tpl
index 525a5e067..f723cb44c 100644
--- a/view/templates/events.tpl
+++ b/view/templates/events.tpl
@@ -1,6 +1,6 @@
{{$tabs}}
-
{{$title}}
+{{include file="section_title.tpl"}}
diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl
index 084fdf3b7..32de6bfa9 100644
--- a/view/templates/profile_advanced.tpl
+++ b/view/templates/profile_advanced.tpl
@@ -1,5 +1,5 @@
-{{$title}}
+{{include file="section_title.tpl"}}
- {{$profile.fullname.0}}
diff --git a/view/theme/vier/templates/profile_advanced.tpl b/view/theme/vier/templates/profile_advanced.tpl
index 809aa4c13..8451188f0 100644
--- a/view/theme/vier/templates/profile_advanced.tpl
+++ b/view/theme/vier/templates/profile_advanced.tpl
@@ -4,7 +4,7 @@
{{/if}}
-{{$title}}
+{{include file="section_title.tpl"}}
- {{$profile.fullname.0}}
@@ -171,6 +171,9 @@
{{/if}}
-
-
-
+{{if $profile.forumlist}}
+
+ - {{$profile.forumlist.0}}
+ - {{$profile.forumlist.1}}
+
+{{/if}}