diff --git a/pom.xml b/pom.xml index c31269c..86bccbe 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ social-dockbar-hook war social-dockbar-hook Hook - 1.0.0-SNAPSHOT + 6.3.0-SNAPSHOT diff --git a/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf b/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf index c61b903..53d5c37 100644 --- a/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf +++ b/src/main/webapp/custom_jsps/html/portlet/dockbar/custom_dockbar_view.jspf @@ -1,15 +1,95 @@ +<% + //themeDisplay.getUser().getScreenName(); + String currentVirtualHost = request.getServerName(); + String groupName = currentVirtualHost.split("\\.")[0]; + + String mySiteURL = "/"+groupName; +%> + + + + + + \ No newline at end of file