Templates Basics
From Photostand Wiki
PhotoStand Templates Pages
When it comes to making a template for PhotoStand, there are in total five(5) files that you need to make or modify to get the template you desire. If you want however the comments or the article to open in a new window, you'll then need six(6) files, because of popup.php. To learn how to make/edit a any of the pages, click on the the name of each file.
- index.php (Template): The homepage is what your viewers will see first if they go directly to your photoblog.
- about.php: The about page is a page where you present your photoblog, yourself in a way that you want.
- archives.php: The archives is where all the thumbnails(little versions of your photographies) can be found.
- search.php: The search page is the page that will be shown when a visitor searches for something via the search form in the archives page.
- errors.php: This is the page that will be seen when a visitor most likely tries to post a comment, but has not filled all the fields or has not the good captcha numbers(if captcha is activated).
- popup.php: The only page that is not necessary if your article is displayed in the same page as your photo. This page is used when you want you articles and/or comment to be in a different window than your photograph.

