<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 1, 2014 at 10:48 PM, Arslan Munir <span dir="ltr"><<a href="mailto:munir.arslan@yahoo.com" target="_blank">munir.arslan@yahoo.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">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</blockquote>

</div><br><br></div><div class="gmail_extra">On the skittlish page (<a href="http://www.pmwiki.org/wiki/Skins/Skittlish">http://www.pmwiki.org/wiki/Skins/Skittlish</a>) a search for the first occurrence of the word "logo" results in this:<br>

<br></div><div class="gmail_extra">===(snip)===<br><ul><li>If you use a page logo, add this to <code class="">config.php</code>:
</li></ul><pre style="margin-left:40px;margin-top:10px;margin-bottom:10px;padding:4px" class="">$PageLogoUrl="URL_TO_IMAGE";
</pre>
<ul><li>Optionally set the logo height and width. The skin will 
calculate this for you, but if you know the dimensions you should 
specify them, including the units of measure (ie, 'px'):
</li></ul><pre style="margin-left:40px;margin-top:10px;margin-bottom:10px;padding:4px" class="">$PageLogoUrlWidth='154px';
$PageLogoUrlHeight='24px';
</pre>
<ul><li>If you do not use a page logo, or want to override the default logo, add this to <code class="">config.php</code>:
</li></ul><pre style="margin-left:40px;margin-top:10px;margin-bottom:10px;padding:4px" class="">$PageLogoUrl="";
</pre>===(snip)===<br><br></div><div class="gmail_extra">Thus I would start with setting $PageLogoUrl in my config.php.<br><br></div><div class="gmail_extra">Re the other problems with your skin, usually $PubDirUrl does not need to be set (there are exceptions) and it appears that the value you have here is invalid (at least from outside).  I would try commenting out that line.<br>

<br>Beyond that, please provide a URL we can look at to identify potential problems in the installation.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">-Peter<br></div></div>