Hi
I've uploaded and enabled the zenpage plugin. Everything's working great. I've added a menu to my index and album pages to display my 'page', with the following code:
`
<?php if(function_exists("printPageMenu")) { ?>
<?php printPageMenu("list","subnavlist"); ?>
<?php } ?>
`
This works fine in Firefox and Safari for Mac, but not IE 6 or Opera 9.63. Evidently the code is printing `
` but nothing between the tags. Any idea what the problem is here?
Comments
Unbelievably, I've just run into it again:
`<?php printPageMenu("list-top","pagenav","active","submenu","active"); ?>`
does not work out of the box in IE7. It actually doesn't output anything in the source. Am I the only one to get this?