07-13-2016, 01:41 AM
Thanks for the compliments! You can do one of two things for your logo....you can either save it as logo.png and put it in the users/images folder or you can upload your own image to that same folder and then change the line in
users/includes/navigation.php that reads
<pre></pre>
from logo.png to yourimage.jpg. That should work fine. You may have to adjust some padding or something if your image is a different size, but that is not very difficult.
users/includes/navigation.php that reads
<pre>
Code:
<a class="" href="<?=$us_url_root?>"><img class="img-responsive" src="<?=$us_url_root?>users/images/logo.png" alt="" /></a>
from logo.png to yourimage.jpg. That should work fine. You may have to adjust some padding or something if your image is a different size, but that is not very difficult.