Page 1 of 1

Add my logo to all pages of Linkman

Posted: Wed Jan 16, 2013 11:43 pm
by smurfy
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

How do I add my logo to show on all pages, on top of Linkman pages ? I know nothing about php and would be thankful if you could send the relevant code and where to stick it.

Re: Add my logo to all pages of Linkman

Posted: Thu Jan 17, 2013 8:52 am
by Klemen
You can add logo HTML code to the bottom of "header.txt" file.

Something like:

Code: Select all

<img src="http://website.com/logo.gif" width="120" height="60" alt="Logo" />
(change URL to your own logo url and width/height values)

Re: Add my logo to all pages of Linkman

Posted: Fri Jan 18, 2013 2:46 am
by smurfy
Thanks Klemen.