Page 1 of 1

What is the purpose of the new "standard.html" fil

Posted: 25 Dec 2008, 12:06
by markam24
What is the purpose of the new "standard.html" file in X2?

Re: What is the purpose of the new "standard.html"

Posted: 25 Dec 2008, 13:41
by mjau-mjau
markam24 wrote:What is the purpose of the new "standard.html" file in X2?
standard.html is just a HTML(non-php) version of the gallery index page. As you may guess, the index.php file is a chunk of heavy code based on templates and includes from here and there. For those who want to see what it would look like to embed the gallery in plain vanilla style, they can use the standard.html as fundament. As you can see for yourself, it looks exactly the same as the gallery:
https://www.photo.gallery/soda/standard.html

The difference is that the standard.html file doesn't support URL parameters like the index.php file does.