Quote:
Originally Posted by puregraf
hey, i went in that template and searched for the Categories Show Search Add Link
where i can edit the text, but i could not find it? can you maybe help me out and post the code where I go to edit the ADD LINK so i can add a image button if possible, or make the font bigger?
because people have a hard time seeing that, its so small.
thanks allot
|
This is the relevant part of the headre template for add link
Code:
<if condition="$links_permissions[can_add_link]">
<td width="12%" class="vbmenu_control">
<a href="$LINKS_SCRIPT.php?catid=<if condition="$viewcatid">$viewcatid<else />-1</if>">$vbphrase[ll_menu_addlink]</a>
</td>
</if>