From ab031664facfb640a8a6589fb9abe018549ad173 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 2 Sep 2014 02:34:04 +0100 Subject: Move achievements on, but just a tad. --- view/tpl/achievements.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 view/tpl/achievements.tpl (limited to 'view') diff --git a/view/tpl/achievements.tpl b/view/tpl/achievements.tpl new file mode 100644 index 000000000..67fde6211 --- /dev/null +++ b/view/tpl/achievements.tpl @@ -0,0 +1,9 @@ +
+

{{$newmembertext}}

+ +
+
+
+
+ +
-- cgit v1.2.3 From 6d7897a955319d7d83a558258936528d70501a89 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 2 Sep 2014 02:37:23 +0100 Subject: Don't forget the ifs. Now we just need to write some blurb, find some images, add a link, and decide what to do with non-earned badges...basically all of it. --- view/tpl/achievements.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/achievements.tpl b/view/tpl/achievements.tpl index 67fde6211..2b80b9e80 100644 --- a/view/tpl/achievements.tpl +++ b/view/tpl/achievements.tpl @@ -1,9 +1,9 @@

{{$newmembertext}}

-
-
-
-
+{{if $profilebadge}}
{{/if}} +{{if $contactbadge}}
{{/if}} +{{if $keywordsbadge}}
{{/if}} +{{if $channelsbadge}}
{{/if}}
-- cgit v1.2.3