Dr Byte,
I all in favor of a reference book that was written by a programmer/writer and not anyone else.
I have a question about the override system, as I fear either I don't understand fully or it doesn't always work.
background scenario:
There was a path:
../includes/templates/template_default/images/logo.gif
there is now also a path:
../includes/template/CUSTOM/images/logo.gif
The logo.gif in the CUSTOM directory was different from the one the in the template_default directory but would not be displayed. it was not until I changed the image in the template_default/images directory that the correct image was displayed in the header.
Is there something missing in the .PHP?


Reply With Quote

