aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile_tabs.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/profile_tabs.tpl')
-rw-r--r--view/profile_tabs.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/view/profile_tabs.tpl b/view/profile_tabs.tpl
index 052b2405a..95c0ba1d2 100644
--- a/view/profile_tabs.tpl
+++ b/view/profile_tabs.tpl
@@ -1,4 +1,3 @@
-<?php
<div id="profile-tabs-wrapper" >
<div id="profile-tab-status-tab" class="profile-tabs" >
@@ -6,11 +5,11 @@
</div>
<div id="profile-tab-profile-tab" class="profile-tabs" >
-<a href="$url&tab=profile" id="profile-tab-profile-link" >Profile</a>
+<a href="$url?tab=profile" id="profile-tab-profile-link" >Profile</a>
</div>
<div id="profile-tab-photos-tab" class="profile-tabs" >
-<a href="$url&tab=photos" id="profile-tab-photos-link" >Photos</a>
+<a href="$url?tab=photos" id="profile-tab-photos-link" >Photos</a>
</div>
</div>