diff --git a/pom.xml b/pom.xml index 5012b39..3df57bf 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ d4science-responsive-theme war d4science-responsive-theme Theme - 6.3.2-SNAPSHOT + 6.4.0-SNAPSHOT diff --git a/src/main/webapp/WEB-INF/liferay-look-and-feel.xml b/src/main/webapp/WEB-INF/liferay-look-and-feel.xml index 416d135..9893669 100644 --- a/src/main/webapp/WEB-INF/liferay-look-and-feel.xml +++ b/src/main/webapp/WEB-INF/liferay-look-and-feel.xml @@ -5,5 +5,18 @@ 6.2.5+ - + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/liferay-plugin-package.properties b/src/main/webapp/WEB-INF/liferay-plugin-package.properties index c3ad2ba..05cf14f 100644 --- a/src/main/webapp/WEB-INF/liferay-plugin-package.properties +++ b/src/main/webapp/WEB-INF/liferay-plugin-package.properties @@ -1,6 +1,6 @@ name=d4science-responsive-theme module-group-id=liferay -module-incremental-version=6 +module-incremental-version=7 tags= short-description= change-log= diff --git a/src/main/webapp/images/custom/body_bg.png b/src/main/webapp/images/custom/body_bg.png deleted file mode 100644 index 34646df..0000000 Binary files a/src/main/webapp/images/custom/body_bg.png and /dev/null differ diff --git a/src/main/webapp/images/custom/e_infrastructure.gif b/src/main/webapp/images/custom/e_infrastructure.gif deleted file mode 100644 index 2dbcb85..0000000 Binary files a/src/main/webapp/images/custom/e_infrastructure.gif and /dev/null differ diff --git a/src/main/webapp/images/custom/fotolia.jpg b/src/main/webapp/images/custom/fotolia.jpg deleted file mode 100644 index 0dafc5d..0000000 Binary files a/src/main/webapp/images/custom/fotolia.jpg and /dev/null differ diff --git a/src/main/webapp/images/custom/logo-ec.jpg b/src/main/webapp/images/custom/logo-ec.jpg new file mode 100644 index 0000000..08d697b Binary files /dev/null and b/src/main/webapp/images/custom/logo-ec.jpg differ diff --git a/src/main/webapp/images/custom/splash-stretched.jpg b/src/main/webapp/images/custom/splash-stretched.jpg new file mode 100644 index 0000000..e75dc54 Binary files /dev/null and b/src/main/webapp/images/custom/splash-stretched.jpg differ diff --git a/src/main/webapp/templates/init_custom.vm b/src/main/webapp/templates/init_custom.vm index 5c53376..12e19fd 100644 --- a/src/main/webapp/templates/init_custom.vm +++ b/src/main/webapp/templates/init_custom.vm @@ -2,4 +2,8 @@ #set ($css_class = "${css_class} dockbar-split") -*# \ No newline at end of file +*# + +#if ($theme.getSetting("background-image-name") !="") + #set ($background-image-name = $themeDisplay.getPathThemeImages() + "/custom/" + $theme.getSetting("background-image-name")) +#end \ No newline at end of file diff --git a/src/main/webapp/templates/portal_normal.vm b/src/main/webapp/templates/portal_normal.vm index 6a9168d..dd4c8e9 100644 --- a/src/main/webapp/templates/portal_normal.vm +++ b/src/main/webapp/templates/portal_normal.vm @@ -18,6 +18,20 @@ $theme.include($top_head_include) + @@ -53,12 +67,8 @@ $theme.include($body_top_include)
-
- - #if ($selectable) $theme.include($content_include) #else @@ -78,10 +88,16 @@ $theme.include($body_top_include) Terms of Use | Cookies Policy | Privacy Policy | - Liferay Portal | - D4Science Org Website - + $theme.getSetting("footer-website-name")
+
+ #if ($theme.getSetting("show-eu-flag") == "true") + + EU H2020 programme + + #end +
$theme.getSetting("footer-text-about")
+
$theme.include($body_bottom_include)