diff --git a/themes/vivo-basic/templates/page.ftl b/themes/vivo-basic/templates/page.ftl deleted file mode 100644 index ca4364d7..00000000 --- a/themes/vivo-basic/templates/page.ftl +++ /dev/null @@ -1,58 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#include "doctype.html"> - -<#include "head.ftl"> - - -
- - - - -
-
- <#-- We don't do title here because some pages don't get a title, or it may not be the same as the text. - <h2>${title}</h2> --> - ${body} - <#-- <@dumpDataModel /> --> - </div> <!-- content --> - </div> <!-- contentwrap --> - - <#include "footer.ftl"> - - </div> <!-- wrap --> - - <#include "scripts.ftl"> -</body> -</html> - -<#-- -Three ways to add a stylesheet: - -A. In theme directory: -${stylesheets.addFromTheme("/sample.css"); -${stylesheets.add(themeStylesheetDir + "/sample.css")} - -B. Any location -${stylesheets.add("/edit/forms/css/sample.css)"} - -To add a script: - -A. In theme directory: -${scripts.addFromTheme("/sample.js"); - -B. Any location -${scripts("/edit/forms/js/sample.js)"} ---> \ No newline at end of file