vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Change Nav Tree Seperator
Change Nav Tree Seperator - Posted By Michael (wrighty) on 16th Mar 08 at 11:35am
This will allow you to change the :: that you see in the nav tree to any other image/text you wish. You can use HTML
Simply alter the part in red
<script>
/*Change Nav Tree Seperator
Coded By Wrighty
No Ripping, Reposting or Claiming*/
var _a = '>';
get('nav_tree','id').innerHTML = get('nav_tree','id').innerHTML.replace(/::/g,_a);
</script>
Global Footer