diff options
author | Friendika <info@friendika.com> | 2011-06-23 04:10:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-23 04:10:12 -0700 |
commit | fa778e0040df784c9eec5392731473e58fbfa0be (patch) | |
tree | 485529ec20593a502012b3f948c0d79c86a50333 /view/profile_tabs.tpl | |
parent | 96857389ac6a9ab11f0543da5b0af3895dfccfaf (diff) | |
parent | e7737d2ea46d18f6098885b9a5aa0fc9eef34d90 (diff) | |
download | volse-hubzilla-fa778e0040df784c9eec5392731473e58fbfa0be.tar.gz volse-hubzilla-fa778e0040df784c9eec5392731473e58fbfa0be.tar.bz2 volse-hubzilla-fa778e0040df784c9eec5392731473e58fbfa0be.zip |
Merge pull request #126 from fabrixxm/dispy
Dispy
Diffstat (limited to 'view/profile_tabs.tpl')
-rw-r--r-- | view/profile_tabs.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <a href="$url" id="profile-tab-status-link" class="profile-tabs" >$status</a> <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs" >$profile</a> <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs" >$photos</a> - $events - $notes + {{ if $events }}<a href="events" id="profile-tab-events-link" class="profile-tabs" >$events</a>{{ endif }} + {{ if $notes }}<a href="notes" id="profile-tab-notes-link" class="profile-tabs" >$notes</a>{{ endif }} <div id="profile-tabs-end"></div> -</div>
\ No newline at end of file +</div> |