> It feels like you have missed the [% webroot %] attribute in the
> beginning of the urls in the html templates.

I've added it, but not in all places. Would you mind applying the following 
changes manually and see whether it helps? I was able to reproduce the issue 
when overwriting the skin to be Default (only tested the other way around).

Index: Gallery/HTML/Default/plugins/Gallery/index.html
===================================================================
--- Gallery/HTML/Default/plugins/Gallery/index.html     (revision 992)
+++ Gallery/HTML/Default/plugins/Gallery/index.html     (working copy)
@@ -102,7 +102,7 @@
  [% ELSE %]
        [%- WRAPPER gallerycontainer;
                index = start = 0;
-               path = '/' _ path;
+               path = webroot _ path;
                 %]

Index: Gallery/HTML/EN/plugins/Gallery/index.html
===================================================================
--- Gallery/HTML/EN/plugins/Gallery/index.html  (revision 992)
+++ Gallery/HTML/EN/plugins/Gallery/index.html  (working copy)
@@ -7,7 +7,6 @@
  [% ELSE %]
        [%- WRAPPER gallerycontainer;
                index = start = 0;
-               path = '/' _ path;
                 %]

Thanks!

-- 

Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to