Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:31
how to install it
Poster: mvnholio2
Dated: Friday July 19 2002 - 13:47:36 BST
How do i install the mmenu.js and menu_array.js?
pls help me give the installation guide
Poster: sbueffel
Dated: Friday July 19 2002 - 17:48:37 BST
Are you serious? I thought Andy had put that info in the website? Usually in the head of your document (but sometimes in the body, depending) call the files:
<head>
<script src="path/menu_array.js"></script>
<script src="path/mmenu.js"></script>
</head>
Don't forget to include Andy's comments, too.