Answering rather late, and looking at the link provided:

The source code for the webpage does not show any sign that the toggle
javascript is loaded. It loads into the foot of the page using
<!--HTMLFooter--> markup in the skin template.
It may be that this is missing in your skin template.
If so, add <!--HTMLFooter--> before the </body> tag in the skin
template, so the botom of the yourskin.tmpl file looks like:

<!--HTMLFooter-->
</body>
</html>
  

see if that helps.

 Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to