summaryrefslogtreecommitdiff
path: root/htroot/ViewProfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/ViewProfile.html')
-rw-r--r--htroot/ViewProfile.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html
index 7e59de37e..e49918f83 100644
--- a/htroot/ViewProfile.html
+++ b/htroot/ViewProfile.html
@@ -9,6 +9,12 @@
<body id="ViewProfile">
#(display)#
#%env/templates/simpleheader.template%#
+ <script type="text/javascript">
+ document.getElementById("header_profile").className += " active";
+ //document.getElementById("greeting").innerHTML="#[promoteSearchPageGreeting]#";
+ document.getElementById("greeting-icon").src="#[promoteSearchPageGreeting.smallImage]#";
+ document.getElementById("navbar-brand").href="#[promoteSearchPageGreeting.homepage]#";
+ </script>
::
#%env/templates/header.template%#
#(/display)#