diff options
Diffstat (limited to 'view/tpl/profile_edlink.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/profile_edlink.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/tpl/profile_edlink.tpl b/view/tpl/profile_edlink.tpl index ea787b9f5..9424bcc3d 100644..100755 --- a/view/tpl/profile_edlink.tpl +++ b/view/tpl/profile_edlink.tpl @@ -1,2 +1,7 @@ -<div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="$editprofile" href="profiles/$profid" ></a></div> +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +<div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="{{$editprofile}}" href="profiles/{{$profid}}" ></a></div> <div class="clear"></div>
\ No newline at end of file |