I have included the 3 fixes below to download and just replace your template files if you have not modified them already.

leki_template_fixes.zip


The file templates/head_bottom/homelinks.tpl has a slight problem

The profile link points to the edit profile page instead of your profile and is also missing the space after "my"

You can see this problem on the tags page and the groups add video page.

to fix it in templates/head_bottom/homelinks.tpl replace:
Code:
MyProfile
with
Code:
My Profile

------------------------------------------------------

The file templates/head_bottom/addvideolink.tpl has a problem of the colours wrong and too close to the links above.

you can see this problem on the groups, "add videos" page.

to fix it in templates/head_bottom/addvideolink.tpl replace:
Code:
<TABLE cellSpacing=0 cellPadding=0 align=center border=0>
<TR>
<TD>Group Home</TD>
<TD style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">|</TD>
<TD>My Videos</TD>
<TD style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">|</TD>
<TD>My Favorites</TD>
with
Code:
<TABLE cellSpacing=0 cellPadding=0 align=center border=0>
<TR>
<TD>Group Home</TD>
<TD> | </TD>
<TD>My Videos</TD>
<TD> | </TD>
<TD>My Favorites</TD>

------------------------------------------------------

The file templates/add_video.tpl has a problem of linking to buyscripts.in instead of your own site on the "Share your videos with friends!" link.

to fix it in templates/add_video.tpl replace:
Code:
<th background="{$baseurl}/templates/images/bg1.gif"><A href="http://www.buyscripts.in/my_friends_invite"><span class="white_bold">Share your
with
Code:
<th background="{$baseurl}/templates/images/bg1.gif"><A class="white_bold" href="{$baseurl}/invite_friends.php"><span class="white_bold">Share your