NIHVIVO-1176. Removed themeStylesheetDir from template model, and replaced with themeDir. Also modified stylesheet and script addFromTheme methods so the prepend only the theme directory; the specific stylesheet or css directory must be added to the path argument.
This commit is contained in:
parent
535691ee11
commit
5bc5c0b93c
12 changed files with 80 additions and 108 deletions
|
@ -54,8 +54,8 @@
|
|||
<@dump var="zoo1" />
|
||||
|
||||
|
||||
${stylesheets.addFromTheme("/sstest.css", "/sstest2.css")}
|
||||
${scripts.addFromTheme("/jstest.js")}
|
||||
${stylesheets.addFromTheme("/css/sstest.css", "/css/sstest2.css")}
|
||||
${scripts.addFromTheme("/js/jstest.js")}
|
||||
${scripts.add("/js/script1.js", "/js/script2.js", "/js/script3.js")}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue