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.