Hi,
I use the html exporter and just done my own template. Everything works well, but when I try to write down the tracking-code for piwik an error occurs.
Here is the javascript I want to put between the <body> </body> of the template:
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "
https://subdomain.exampledomain.com/" : "
http://piwik.exampledomain.com/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="
http://piwik.exampledomain.com/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->
I have no idea, why photomechnic can't generate the html-Gallery.