
Originally Posted by
DrByte
Open your /includes/templates/NAME_OF_YOUR_TEMPLATE/common/tpl_footer.php file and paste it there.
After posting that last msg, I realized it's probably always going to be something like this: override files ALWAYS go into the folder in my custom template that has the same name as the folder in the 'Classic' template. That seems easy enough.
I must admit, I have been editing the Classic template PHP files directly.
I see now I should have used overrides 100% of the time. 
I didn't define a custom template, though. Besides being poor practice, is this bad in any way?

Originally Posted by
DrByte
That's because PHP files like to load other PHP files, even if they're only loading them to display their contents where needed.
I looked at the tpl_Footer.PHP file.
OK...
Code:
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
I notice that FOOTER_TEXT_BODY is defined in the English.php file, and I've already edited that text block.
It seems replacing this block of code with something that points to another HTML file would be the way to do this, instead of referring to the string that was defined in the English.PHP file.
Is there another file that does this that I can use as a reference to try to figure this out??
Thanks,
Donn