I am trying to intergrate Gallery into my current site. I use a javascript menu bar that I call in HTML as follows:
<SCRIPT language=JavaScript src="newmenu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
My question is how would I call this in PHP in the header files?
Cheers
Luke
Posts: 24
Judging by the silence, I'm guessing that there is no easy way to do it. I would like to know myself since I'm having the same issue.
Posts: 2
Grinch,
It does actually work. I simply had the paths wrong. I just added it to the xxxx.header file under includeHtmlWrap part, like below;
<?
includeHtmlWrap("wrapper.header");
?>
<SCRIPT language=JavaScript src="http://www.xxx.com.au/newmenu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="http://www.xxx.com.au/mmenu.js" type=text/javascript></SCRIPT>
OR you could find the html section in albums.php, view_album.php, view_photo.php