I think that all packages that use their own master template
should be reworked. This is yet another piece of cruft leftover
from AD and needs to go away.
For example, I need to use news, it has its own master template which doesn't work with mine. This means my choices are:
- Change the master.adp in the news directory
- Change all the references to <master src=master> to just <master>(which is what it should be).
News was one of the first packages ported and at that time not much was known about templating so the author created his own template. This was the way it was done, but it is wrong. Your own site template should work out of the box with every package.
So, package owners, before the 4.6 release can you get rid of all the instances of <master src=...> and replace it with a simple <master>? This will make the release much cleaner and also get rid of some (albeit small) files.
Request notifications