From bd8b6e8da4fb6d4428d15e10dd3d213f8b4f1126 Mon Sep 17 00:00:00 2001 From: nac26 Date: Fri, 16 Jul 2010 12:47:23 +0000 Subject: [PATCH] removing page.ftl from vivo-basic theme to minimize confusion --- themes/vivo-basic/templates/page.ftl | 58 ---------------------------- 1 file changed, 58 deletions(-) delete mode 100644 themes/vivo-basic/templates/page.ftl 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