Hi Jillij,
WP 2.0.4 / PWG 1.6.1
Just have a look on generated HTML…
On PhpWebGallery side in /photon/header.tpl (Extract below)…
<link rel="stylesheet" type="text/css" href="http://blabla/wordpress/wp-content/plugins/photon/CSS-Phpwebgallery/layout.css">
<link rel="stylesheet" type="text/nonsense" href="http://blabla/wordpress/wp-content/plugins/photon/CSS-Phpwebgallery/fix-khtml.css">
<link rel="stylesheet" type="text/css" media="print" href="http://blabla/wordpress/wp-content/plugins/photon/CSS-Phpwebgallery/print.css">
<link rel="stylesheet" type="text/css" href="http://blabla/wordpress/wp-content/plugins/photon/CSS-Phpwebgallery/default-colors.css">
<link rel="stylesheet" type="text/css" media="print" href="http://blabla/wordpress/wp-content/plugins/photon/CSS-Phpwebgallery/fix-ie5-ie6.css">
<link rel="stylesheet" type="text/css" media="print" href="http://blabla/wordpress/wp-content/plugins/photon/CSS-Phpwebgallery/print.css">
<script type="text/javascript" src="http://photondemo.free.fr/wordpress/../phpwebgallery/include/scripts.js"></script>
</head>
Clear blue overlined should end whith "/>" tag.
This is minor but major is coming:
Brown ones, script lines have invalid src URL whose are responsible for
poor response time currently and generally observed.
Anyway easy to solve.
Thx.
Vincent