To remove the pencil next to the mood icon:
Template: dbtech_status_mood_postbit
Find this line:
<img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit}" />
And change it to this:
<!--<img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit}" />-->
To remove the pencil icon next to Status:
Template: dbtech_status_postbit
Find this line:
<img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit}" />
And change to this:
<!--<img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit}" />-->
|