Saturday 20 January 2007 6:35:15 pm
Benjamin, One technique I use is to use <b>grep</b>. Change into the design directory and search for a unique string with these two commands.
cd /home/domain/www/ez/design
grep -r attention *
It should yield a list of the files, with the lines that have the word in them. Then go into the admin console to create an override template for the file. That will ensure eZ correctly configures the overrides and places the file in the right place. Good luck.
|