Forum OpenACS Improvement Proposals (TIPs): Re: TIP #38 (Proposed): Modify template path resolution for ad_return_template, master tag and include tag

I want to look into how this change will affect tempates published by the content repository under site-root/templates/.

I am not sure if these changes will improve that handling or not.

Good idea Lee.

As it is OpenACS templates reside in the www space and can thus be directly requested by clients. Moving them into the package lib directory would solve that.

Especially if the master tag would check the package lib by default followed by the sub-site lib and global server root lib. For backwards compatability the last place to be checked would be the current location of the global default-master in <server root>/www.

/Bart