<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>Hi all,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">I just installed pmwiki for the first time today. I have modified the config.php as in the instructions. I am using the skin skittlish but it is not rendering properly, i.e., I do not see the grey colored header nor the yellow colored side bar (as in default). Also I am trying to put my photo (".jpg") as logo but it does not appear either given that I have mentioned the path of my photo in the pmwiki folder. Below are portion of my config.php. I am not sure what I am missing to make the skin render properly.<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
 HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><?php if (!defined('PmWiki')) exit();<br>$Skin = 'skittlish'; <br>#?style=fluid<br>#$SkinStyle = 'fixed';<br><br>$ImgExtPattern = "\\.(?:gif|jpg|jpeg|png|bmp|GIF|JPG|JPEG|PNG|BMP)";<br><br>$WikiTag   = "This website is under construction";<br><br># Uncomment these if needed<br>#$ScriptUrl = 'http://ece.rice.edu/am68/pmwiki-2.2.62/pmwiki.php';<br>$PubDirUrl =
 'http://ece.rice.edu/am68/public_html/pmwiki-2.2.62/pub';<br><br>$EnablePostAuthorRequired = 1;<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">#$EnableUpload = 1;<br>#$DefaultPasswords['upload'] = crypt('secrettwo');<br><br># Uncomment and change these if needed<br># putenv("TZ=EST5EDT"); # if you run PHP 5.0 or older<br># date_default_timezone_set('America/New_York'); # if you run PHP 5.1 or newer<br><br>#SetTmplDisplay('PageActionFmt', 0);<br><br>$TimeFmt = '%B %d, %Y, at %I:%M %p EST';<br><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida
 Grande,sans-serif; background-color: transparent; font-style: normal;">Kindly let me know what is wrong with my script. Thanks!</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">Arslan<br></div></div></body></html>