Adding my Img header and Nav bar to page

Problems installing LinkMan?
Post Reply
Mellahosting
Posts: 2
Joined: Sat Dec 06, 2008 2:43 am

Adding my Img header and Nav bar to page

Post by Mellahosting »

Hello

I have just downloaded the script and installed, Im having a little trouble where to add My Header Img to the page. for it to be the same as my whole site.

Thanks for your direction
Grow your Business online, Increase your sales and profits, promote your products and services online, We offer top quality affordable website Hosting and Internet Solutions you can count on. http://www.mellahosting.com
Mellahosting
Posts: 2
Joined: Sat Dec 06, 2008 2:43 am

Post by Mellahosting »

What I have decided to do is add an inline frame to my page see here http://www.mellahosting.com/Site_Info/a ... _link.html

I have done a quick test, it seems to work okay, however, I would like the script to direct back to this page, not in the inline frame, ..... Can someone please test it to see what I mean.

How do I redirect it back after the link has been added back to this page but not displayed in the inline frame?
Grow your Business online, Increase your sales and profits, promote your products and services online, We offer top quality affordable website Hosting and Internet Solutions you can count on. http://www.mellahosting.com
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You can try changing this in addlink.php file:

Code: Select all

<p align="center"><a href="<?php echo $settings['site_url']; ?>">Back to the main page</a></p>
to this:

Code: Select all

<p align="center"><a href="http://www.mellahosting.com/Site_Info/add_your_link.html">Back to the main page</a></p>
By the way, to add your own footer/header you can do so by pasting the appropriate code in the header.txt or footer.txt file. There are many similar posts on this forum about it, try searching it (also in the GBook and Hesk forum which use the same principle).
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
Post Reply