Reply to thread

In profile_post, change


[code]<a href="{xen:link 'profile-posts/edit', $profilePost}" class="OverlayTrigger item control edit" title="{$profilePost.message_state}"><span></span>{xen:phrase edit}</a>[/code]


to


[code]<a href="{xen:link 'profile-posts/edit', $profilePost}" class="OverlayTrigger item control edit"><span></span>{xen:phrase edit}</a>[/code]


I have no idea what it's useful for though...


Back
Top Bottom