From f4286356824a30c32450714347c32af389506ba9 Mon Sep 17 00:00:00 2001
From: rabuzarus <>
Date: Sun, 17 Jan 2016 15:54:58 +0100
Subject: [PATCH] vier: add missing forumlist_profile
---
view/templates/events.tpl | 2 +-
view/templates/profile_advanced.tpl | 2 +-
view/theme/vier/templates/profile_advanced.tpl | 11 +++++++----
3 files changed, 9 insertions(+), 6 deletions(-)
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}}