Does anybody know how to add a disclaimer at the bottom of all the pages, say around the copyright notice area? We sell health care products and need to add the standard "not evaluated by FDA" disclaimer...thanks.
Does anybody know how to add a disclaimer at the bottom of all the pages, say around the copyright notice area? We sell health care products and need to add the standard "not evaluated by FDA" disclaimer...thanks.
You can add it in includes/templates/your template/common/tpl_footer.php. I put mine starting at about line
60 (v.1.3.8) afterand beforeCode:<!--eof-banner #5 display -->so that it shows before the copyright info.Code:<!--bof- site copyright display -->
Wow! That was simple...thank you very much.