diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css
index b5083c35..aee14a15 100644
--- a/themes/wilma/css/wilma.css
+++ b/themes/wilma/css/wilma.css
@@ -37,7 +37,7 @@ body{
margin: 0 auto;
}
/* BRANDING ------> */
-h2.vivo-logo {
+h1.vivo-logo {
position: absolute;
width: 386px;
height: 59px;
@@ -45,7 +45,7 @@ h2.vivo-logo {
left: 0;
background: url(../images/VIVO-logo.png) 0 0 no-repeat;
}
-h2.vivo-logo a {
+h1.vivo-logo a {
display: block;
width: 386px;
height: 59px;
diff --git a/themes/wilma/templates/footer.ftl b/themes/wilma/templates/footer.ftl
index 67c2db2b..7c53b40e 100644
--- a/themes/wilma/templates/footer.ftl
+++ b/themes/wilma/templates/footer.ftl
@@ -1,29 +1,27 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- This is a temporary file and will be removed once we have completed the transition to freemarker -->
-
-
-
+
${scripts.add("/js/jquery.js")}
${scripts.tags}
diff --git a/themes/wilma/templates/googleAnalytics.ftl b/themes/wilma/templates/googleAnalytics.ftl
index ea2ff85d..6b0b4675 100644
--- a/themes/wilma/templates/googleAnalytics.ftl
+++ b/themes/wilma/templates/googleAnalytics.ftl
@@ -4,19 +4,23 @@
Please see documentation at https://confluence.cornell.edu/display/ennsrd/Google+Analytics+for+UI. -->
<#--
-
+
+
-->
\ No newline at end of file
diff --git a/themes/wilma/templates/menu.ftl b/themes/wilma/templates/menu.ftl
index 90306297..f086c18d 100644
--- a/themes/wilma/templates/menu.ftl
+++ b/themes/wilma/templates/menu.ftl
@@ -2,58 +2,66 @@
<#-- This is a temporary file and will be removed once we have completed the transition to freemarker -->
${siteName}
-
-<#import "lib-list.ftl" as l>
-