Quote:
Originally Posted by Psionic Vision
Because you made the same template modification twice.
|
are you talking about the edit in the editor_toolbar_on template ?
i only have this once:
PHP Code:
<if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
</if>
edit: nevermind i fixed it reverted the template