Is it possible to override the "site" templates?
I have so far tried the following without success:
1. Copied the master.js, navbar.js, header.js and footer.js from the client/src/views/site directory to the client/custom/src/views/site directory, adding the prefix "custom:" to the defintion in the js file.
2. Copied the master.tpl, navbar.tpl, header.tpl and footer.tpl from the client/res/templates/site directory to the client/custom/res/templates/site directory and made some subtle changes
3. I've altered the "views" array inside the master.js file to include the "custom:" prefix for the new views
Unfortunately the above steps make no difference.
I have so far tried the following without success:
1. Copied the master.js, navbar.js, header.js and footer.js from the client/src/views/site directory to the client/custom/src/views/site directory, adding the prefix "custom:" to the defintion in the js file.
2. Copied the master.tpl, navbar.tpl, header.tpl and footer.tpl from the client/res/templates/site directory to the client/custom/res/templates/site directory and made some subtle changes
3. I've altered the "views" array inside the master.js file to include the "custom:" prefix for the new views
Unfortunately the above steps make no difference.
Comment