From 5de7d0f12f279aed4551d261d8f71325ca01028a Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 23 Jun 2011 11:30:17 +0200 Subject: add profile tabs to "photos", "events" and "notes". in dispy, show active tab. --- view/profile_tabs.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/profile_tabs.tpl') diff --git a/view/profile_tabs.tpl b/view/profile_tabs.tpl index 3628ff5ff..7820013b6 100644 --- a/view/profile_tabs.tpl +++ b/view/profile_tabs.tpl @@ -3,7 +3,7 @@ $status $profile $photos - $events - $notes + {{ if $events }}$events{{ endif }} + {{ if $notes }}$notes{{ endif }}
- \ No newline at end of file + -- cgit v1.2.3