vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Nav Tree

Remove Nav Tree - Posted By Michael (wrighty) on 15th Mar 08 at 10:05pm
This will remove the nav tree
eg: vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Code Submissions :: New Topic

<style>
#nav_tree {
    display: none;
}
</style>


Global Header