2014-06-10, 04:51 PM
Hi guys,
I'm about to cry
I spend more than 2hours to find where {$folderlinks} is located and edit it.
Why? I want to edit it:
![[Image: e4cLW01.png]](https://camo.mybb.com/0c10e359b0f5a5a47eaf8d72385497c6cdeedfbc/687474703a2f2f692e696d6775722e636f6d2f6534634c5730312e706e67)
I want (need) to add icons there.
I found {$folderlinks} in usercp_nav_messenger :
Where can find and edit it?
I'm about to cry

Why? I want to edit it:
I want (need) to add icons there.
I found {$folderlinks} in usercp_nav_messenger :
<tr>
<td class="tcat">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.gif" id="usercppms_img" class="expander" alt="[-]"/></div>
<div><span class="smalltext"><strong><i class="fa fa-envelope"></i> {$lang->ucp_nav_messenger}</strong></span></div>
</td>
</tr>
<tbody style="{$collapsed['usercppms_e']}" id="usercppms_e">
<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm"><i class="fa fa-pencil-square-o"></i> {$lang->ucp_nav_compose}</a></td></tr>
<tr>
<td class="trow1 smalltext">
{$folderlinks}
</td>
</tr>
{$ucp_nav_tracking}
<tr><td class="trow1 smalltext"><a href="private.php?action=folders" class="usercp_nav_item usercp_nav_pmfolders"><i class="fa fa-pencil-square-o"></i> {$lang->ucp_nav_edit_folders}</a></td></tr>
</tbody>
Where can find and edit it?