Thursday 02 September 2004 2:15:03 am
The list does show templates are used plus their overrides. It can be useful in showing if your override is active. I looked at the code briefly. The templatelist template gets its information from: kernel/setup/templatelist.php. Specifically, this function call should return the information needed to populate the template:
$overrideArray =& eZTemplatedesignresource::overrideArray( $siteAccess );
on line 54. Maybe you can backtrack from this to see if anything is obviously wrong? Sorry i cant be of more help. Without hands on access its hard to diagnose this problem. paul
|