I'm going to create 2 themes with different versions of "template.html". In one version the whole gallery is in a DIV-tag, in the other version it's presented without DIV-tags. The site visitor should be able to chose between these two layouts (on a site not included in the gallery). At the moment, the whole theme is in the folder "themes/classic".
So, is it possible to do that?
(example:
http://www.url.com/gallery/index.php -> Version a
http://www.url.com/gallery/index2.php -> Version b
something like this!?)
You can set the Config to display the theme list
http://coppermine.sourceforge.net/manual.php#config_language
yes but then I can only set ONE theme and not 2 at the same time, right?
the option to chose between version a and version b is on a complete different site - as I said - not included in the gallery. just as if I would give you 2 different links in this thread and one of them is version a, the other one is version b.
The following would work:
http://www.url.com/gallery/index.php?theme=theme1
http://www.url.com/gallery/index.php?theme=theme2
That's two different urls, and each will give you a different theme.
THANKS!!
I simply created a new folder (theme) and followed your instructions... et voilĂ ...it works. :) SOLVED!
great!
links to change the theme - this is what i was searching for too!
thanks