From 39028d618403e40741009b070e4c969d499cf021 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 20 Mar 2013 20:46:43 +0000 Subject: Make the channels profile tab actually do something. --- view/tpl/smarty3/profile_edit.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'view/tpl/smarty3') diff --git a/view/tpl/smarty3/profile_edit.tpl b/view/tpl/smarty3/profile_edit.tpl index 3a2652a68..864599244 100644 --- a/view/tpl/smarty3/profile_edit.tpl +++ b/view/tpl/smarty3/profile_edit.tpl @@ -211,6 +211,15 @@
+
+

+{{$lbl_channels}} +

+ + + +
+
-- cgit v1.2.3 From 676d35b173122573085cd414602f9321aba879ec Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 21 Mar 2013 04:14:19 +0000 Subject: Add register link to nav. --- view/tpl/smarty3/nav.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/tpl/smarty3') diff --git a/view/tpl/smarty3/nav.tpl b/view/tpl/smarty3/nav.tpl index 3774333bb..6faf26176 100644 --- a/view/tpl/smarty3/nav.tpl +++ b/view/tpl/smarty3/nav.tpl @@ -63,6 +63,9 @@ {{/if}} + {{if $nav.register}}
  • {{/if}} + + {{if $nav.messages}}
  • {{/if}} - {{if $nav.register}}
  • {{/if}} + {{if $nav.register}}
  • {{/if}} {{if $nav.messages}} -- cgit v1.2.3