Quote:
Originally Posted by Freesteyelz
I haven't looked at your code in-depth but I can tell you off-the-bat that you're missing the last </if> tag.
Where you see (last line of code):
Code:
<!-- / NAVBAR POPUP MENUS -->
Replace it with:
Code:
<!-- / NAVBAR POPUP MENUS -->
</if>
|
Althought thst IS in the wrong spot on his code, it really shouldn't make a difference as it is just a comment tag.