Saturday 20 September 2003 1:09:15 pm
Turn on debugging in your site.ini.append, clear the cache, and reload the page. You should see what template is producing what part of the display. Below are the settings.
[DebugSettings]
DebugOutput=disabled
DebugByIP=enabled
# A array with IP addresses which will get debug information
DebugIPList[]
# Examples
#DebugIPList[]=1.2.3.4
#DebugIPList[]=192.0.0.42
Debug=inline DebugRedirection=disabled
[TemplateSettings]
Debug=enabled TemplateCache=disabled
See also: http://ez.no/developer/ez_publish_3/forum/setup_design/custom_template_again#msg34774
HTH, RWW
|