IF YOU HAVE THIS PROBLEM:
Code:
Call to undefined function: construct_nav_option2()
You PROBABLY
mis-placed the file edit in
adminfunctions_navpanel.php!
The file edit in adminfunctions_navpanel.php has to go BELOW this:
PHP Code:
</script>
<?php
echo $controls . $_NAV . $_controls;
}
Pay close attention to the closing bracket:
}
it all has to go BELOW that!
This is *most likely* what you did wrong - paste the new code 2 lines too high.