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