Add my logo to all pages of Linkman

Problems installing LinkMan?
Post Reply
smurfy
Posts: 19
Joined: Wed Jan 16, 2013 11:22 pm

Add my logo to all pages of Linkman

Post 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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Add my logo to all pages of Linkman

Post 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)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
smurfy
Posts: 19
Joined: Wed Jan 16, 2013 11:22 pm

Re: Add my logo to all pages of Linkman

Post by smurfy »

Thanks Klemen.
Post Reply