aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile_tabs.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-10-10 07:33:41 -0700
committerfabrixxm <fabrix.xm@gmail.com>2011-10-10 07:33:41 -0700
commited07a4def34a44be323a9b0d61e2d9eb0701ec4a (patch)
tree960cb038d94a5c7715a59e5346358e9ae7afe5e8 /view/profile_tabs.tpl
parent3174847de80600be5e0bf32864edca79388d6433 (diff)
parentf64e2d63b9ee66482b3461ecb6ee8f7776e23b87 (diff)
downloadvolse-hubzilla-ed07a4def34a44be323a9b0d61e2d9eb0701ec4a.tar.gz
volse-hubzilla-ed07a4def34a44be323a9b0d61e2d9eb0701ec4a.tar.bz2
volse-hubzilla-ed07a4def34a44be323a9b0d61e2d9eb0701ec4a.zip
Merge pull request #26 from fabrixxm/master
New common tab template. Updated css
Diffstat (limited to 'view/profile_tabs.tpl')
-rw-r--r--view/profile_tabs.tpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/view/profile_tabs.tpl b/view/profile_tabs.tpl
deleted file mode 100644
index d57c33acf..000000000
--- a/view/profile_tabs.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-
-<div id="profile-tabs-wrapper" >
- <a href="$url" id="profile-tab-status-link" class="profile-tabs button" >$status</a>
- <a href="$url?tab=profile" id="profile-tab-profile-link" class="profile-tabs button" >$profile</a>
- <a href="$phototab" id="profile-tab-photos-link" class="profile-tabs button" >$photos</a>
- {{ if $events }}<a href="events" id="profile-tab-events-link" class="profile-tabs button" >$events</a>{{ endif }}
- {{ if $notes }}<a href="notes" id="profile-tab-notes-link" class="profile-tabs button" >$notes</a>{{ endif }}
-<div id="profile-tabs-end"></div>
-</div>