1
In a XOOPS 2.2 site, I'm using the following code to make a menu for the myAlbum-P modules:
<table cellspacing="0" width="90%" height="1">
<tr>
<td id="mainmenu">
<a class="menuMain" href="{X_SITEURL}modules/myalbum3">Air Forcea>
<a class="menuMain" href="{X_SITEURL}modules/myalbum0">Armya>
<a class="menuMain" href="{X_SITEURL}modules/myalbum1">Marine Corpsa>
<a class="menuMain" href="{X_SITEURL}modules/myalbum2">Navya>
<a class="menuMain" href="{X_SITEURL}modules/myalbum4">Theatersa>
td>
tr>
table>
br>
When the mouse hovers over any of these links, the url is
http://www.ultimate-sacrifice.com/modules/myalbum... but when you click on the link, the url that is in the address bar is
http://ultimate-sacrifice.com/modules/myalbum... This is causing the user session to break.
Is this a problem w/ the code in my menu or somewhere in the myalbum index pages?
My mainfile.php has the url as
http://www.ultimate-sacrifice.com as well.
Thanks.