Monday 25 April 2005 3:25:26 pm
Hi, Add these lines to your site.ini.append.php file.
[TemplateSettings]
# Use either enabled to see which template files are loaded or disabled to supress debug
Debug=enabled
Then clear your cache using this command:
# ./bin/shell/clearcache.sh --var-subdir=cache --clear-all
Voila, all the template names are visible.
More info about clearcache.sh : http://ez.no/ez_publish/documentation/customization/troubleshooting/your_changes_not_take_effect_or_new_nodes_not_appearing_
|