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.
Add my logo to all pages of Linkman
Re: Add my logo to all pages of Linkman
You can add logo HTML code to the bottom of "header.txt" file.
Something like:
(change URL to your own logo url and width/height values)
Something like:
Code: Select all
<img src="http://website.com/logo.gif" width="120" height="60" alt="Logo" />
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Add my logo to all pages of Linkman
Thanks Klemen.