Bug 12270

Summary: Create a directory for templates shared with opac and intranet
Product: Koha Reporter: paxed <pasi.kallinen>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description paxed 2014-05-16 07:53:53 UTC
There is some code duplication due to intranet and opac templates not able to share code. Perhaps there should be a place in the source tree, such as koha-tmpl/shared-tmpl/ which is copied to both opac and intranet at install.
Comment 1 paxed 2014-05-16 07:55:06 UTC
(For an example, see commit 8aa0e685)