PDA

View Full Version : Best way to put a legal disclaimer @bottom of every page?


vivekb
08-20-2007, 03:01 AM
I'd like to put the following text at the bottom of every page of my site. Is it best to put this in a module, or modify the php directly?

I know HTML, barely know php though, so forgive me if this is just a stupid "dude, put that in the bottom of the footer.php file" type question.

What I want to put:

"Use of this site is subject to express <a href="....>Terms of Service</a>. By continuing past this page you agree to abide by these terms."

The only way I know how to do a hyperlink is via that <a> tag, and before I mess up my pretty site that i just spent 3 weeks building cuz I still don't really know PHP, I'm hoping to get some guidance from those smarter than I.

Grazie.

tcraw1010
08-20-2007, 03:28 AM
I suppose it depends on which template you are using as to which would look best.

For example, for the new LARIX, I would suggest editing/adding to the existing text within the footer section.
Again, for other templates, it may look better if you put the disclaimer in it's own module position.

Which template are you using?

vivekb
08-20-2007, 04:26 AM
Thank you for your quick response.

I'm using JA Teline. The sitename is RockridgeResidents.org. There's a footer.php with the Joomla stuff in it, I could replace that with my legal disclaimer link. I've never done anything like that, so I guess it was just more reassurance that the site wouldn't melt down or have other issues if I mucked with the footer.php file.

Oy, i've spent 2 hours and $100 on an allbusiness.com business pack for my free/non-profit HOA website. What a bummer to have to spend time thinking about this.

MiCCAS
08-20-2007, 05:36 AM
<a href="http://www.yoursite.com">Your Site</a> should be fine.