PDA

View Full Version : Set custom "home" page


jimhere
07-16-2006, 08:43 PM
How do you make the "browse" page the site's homepage, instead of the current photo? I looked at pixelpost/index.php and functions.php, but they're baffling to me.

DikkieBurger
07-16-2006, 09:54 PM
just add index.html in your root and put in index.html between the head tags
<meta http-equiv="refresh" content="0;url=index.php?x=browse">

blinking8s
07-16-2006, 11:13 PM
or you can rename the brose template image_template.html and so on and so forth, since image_template.html is the one displayed as the index page.