Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

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

25 Dec 2008, 12:06

What is the purpose of the new "standard.html" file in X2?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

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

25 Dec 2008, 13:41

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.