diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl
index 4e3e137e0..1f027cfb6 100644
--- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl
+++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/public-personal-profile.xsl
@@ -5,9 +5,10 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:foundry="http://foundry.libreccm.org"
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
+ xmlns:cms="http://www.arsdigita.com/cms/1.0"
xmlns:nav="http://ccm.redhat.com/navigation"
xmlns:ppp="http://www.arsdigita.com/PublicPersonalProfile/1.0"
- exclude-result-prefixes="xsl xs bebop foundry nav ppp"
+ exclude-result-prefixes="xsl xs bebop cms foundry nav ppp"
version="2.0">
@@ -17,48 +18,67 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ select="concat('/cms-service/stream/image/?image_id=', $profile-image/image/id)"/>
+ select="concat('/cms-service/stream/image/?image_id=', $profile-image/image/id)"/>
+ select="$profile-image/image/width"/>
+ select="$profile-image/image/height"/>
-
-
+
+
-
+
-
-
+
+
-
+
diff --git a/ccm-core/web/themes/foundry/foundry/lib/utils.xsl b/ccm-core/web/themes/foundry/foundry/lib/utils.xsl
index 4d74e1fc1..0d0bb49be 100644
--- a/ccm-core/web/themes/foundry/foundry/lib/utils.xsl
+++ b/ccm-core/web/themes/foundry/foundry/lib/utils.xsl
@@ -983,6 +983,10 @@
+
+
+
+