View Single Post
  #2  
Old 02-05-2009, 05:23 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Search for the line in the index.php:
PHP Code:
if ($cfgrow['markdown'] == 'T') {
    require(
"includes/markdown.php");

add the following code below that code:

PHP Code:
if ($_SERVER['REMOTE_ADDR']=='127.0.0.0'// replace with your own address
{
    
$cfgrow['template']='templatefolder'// replace with your template folder

Based on your IP it will change the template.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote