Hai kenuck,
While i was checking my theme I found that my layout got messed when I select the My friends link.
Then i began to scrutanize my lay out i found this error
<div class="slideMenu-title" />
Action
</div>
here you can see a '/' before the angled bracket. This was actually causing the problem.
This code is on friend.module file line number 581
modify code from
<div class=\"slideMenu-title\" />
to
<div class=\"slideMenu-title\"/>
Hope this will help.
Naveen P.L.
Comments