I'm not quite sure how to explain this. I'm working with an AutoTheme template, and within the template, I have a PHP include that is getting a file that has some javasript in it.
The page appears to load ok, but the script is designed to let you click an arrow to browse back into the prior year so <- 2004 ->, and if you click the left arrow, it should change to <- 2003 ->, and it will open up a file.
The script and file appear to work fine when not included in the template. But after I include it postnuke, it doesn't want to work. I think the issue may be that to show the new page in the postnuke site, I am using postwrap to get the page. So when you click on an arrow, you using the postwrap module to get the page to show on the site.
Does any of that make sense? I'd post some code, but not sure where to start.
You can see what I mean here, www.freedffl.com If you click the left arrow, it will open up the page, but the menu should change to the prior year. And you can see what I mean then by looking at the page it gets. You can see the arrows there, and how there suppose to work.
Can anyone offer up any ideas?