Harley Winston Posted April 26, 2006 Posted April 26, 2006 I have found the reference to this in the "includes/footer.php" file and would like to do two thing. A) Drop the use of it without removing the text, while keeping my date reference. I want the line to be unexecuted, but remain in position in case I change my mind later. I am fairly new, and have trouble with the syntax of making something a comment or unusable or whatever. B) How would I add additional Text (with link) centered on the same bar. Sorry if this is a duplicate Thanks for your help.
dudacao Posted April 26, 2006 Posted April 26, 2006 Hello Harley Winston ! The PHP language ignores /* what is here */ You can use /* FOOTER_TEXT_REQUESTS_SINCE */ to hide the text field in footer.php To add additional text with link, you need use html code (more simple than change PHP language). You will need to think a bit and take care to make this works. Always make backup before do change anything ! :-) I hope this help you Better wishes Dudacao Did You Saw The Birds Today ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.