Friday 04 May 2007 12:48:30 am
Hi, that'd be design/standard/templates/node/view/full.tpl unless you have some kind of override-rule defined for the specific content class. Maybe you can turn on Template Debug Mode, so you'd be able to see it for yourself. Edit (or create if not exists) your site.ini.append in /settings/override and add the following code:
[TemplateSettings]
# Use either enabled to see which template files are loaded or disabled to supress debug
Debug=enabled
Maybe you'll have to clear the cache to see the results.
|