diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 2b4708bf..93adfd22 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -813,4 +813,8 @@ font-size:0.9em; .contactUsReturnHome{ margin-top:30px; margin-bottom:250px; +} +/* This css rules will override the one in individual.css */ +.green { + color:#000 !important; } \ No newline at end of file diff --git a/themes/vivo-basic/templates/page.ftl b/themes/vivo-basic/templates/page.ftl new file mode 100644 index 00000000..af0d23ff --- /dev/null +++ b/themes/vivo-basic/templates/page.ftl @@ -0,0 +1,46 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#include "doctype.html"> + +${stylesheets.addFromTheme("/css/screen.css")} +<#-- print stylesheet commented out for now until we can add a media parameter to stylesheets.add method --> +<#-- ${stylesheets.addFromTheme("/css/print.css")} --> + +<#include "head.ftl"> + + +
+ + + + +
+ <#if flash?has_content> +
+ ${flash} +
+ + +
+ ${body} +
+
+ + <#include "footer.ftl"> + +
+ + <#include "scripts.ftl"> + + \ No newline at end of file diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index 8daf59d2..28e788b8 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -12,10 +12,8 @@ ${title} ${stylesheets.addFromTheme("/css/screen.css")} - ${stylesheets.tags} - - - ${headScripts.tags} + <#include "stylesheets.ftl"> + <#include "headScripts.ftl"> - - ${headScripts.tags} + <#include "headScripts.ftl"> - <%-- ${headScripts.add("/js/html5.js")} --%> + ${ftl_stylesheets} + ${ftl_headScripts} +