I have an idea - just to sum the generated/served <a> looks like this:
CIVIC :
PHP Code:
<a id="cctoggle" href="#" style="background-position-x: 0;">
the mouseover works correctly, but when 'clicked' Zen displays the wrong page, because there are no 'parameters' in the href url.
Cookie enable/disable display and functionality works.
ZEN Plugin :
PHP Code:
<a id="cctoggle" style="background-position-x: 0;">
the mouseover doesn't work, ZEN displays correct page
Cookie enable/disable display and functionality works.
MyMod :
PHP Code:
]<a id="cctoggle" href="http://www.freight-stop-shop.co.uk/tickets/index.php?main_page=index&cPath=7" style="background-position-x: 0;">
the mouseover work, ZEN displays correct page
Cookie enable/disable display and functionality faulty.
I am going to try
PHP Code:
]<a id="cctoggle" href="#?main_page=index&cPath=7" style="background-position-x: 0;">
No - dran it - that doesnt work either - and thats how I have left thge site at this time
Bookmarks