Hello!
I have two links on my index footer that I would like to edit. One involves capitalizing the 'o' in 'Conditions of Use' and the other involves adding an E-Mail hyperlink. How can these be achieved?
Thanks!
Text such as "Conditions of Use" will normally be found in one of the "language" directory files. Rather than searching through them manually, use a tool such as findstr (Windows) or grep (Linux) to search all your .php files for the string "Conditions of Use". Then just edit the file that came up. Don't forget the /s or -S flag to search all subdirectories below the top one. This way you never have to ask again "where do I find such-and-such string?". Give a man a fish...
Adding a new link