Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

loading...

HideElements
metastrue
commentstrue
edittrue
titletrue
toolstrue
labelstrue
cssselector#children-section, #title-heading, #doctheme-anchor, #footer
breadcrumbtrue
watchtrue
sidebartrue
sharetrue
space-logotrue
likestrue


HTML


HTML
<script type="text/javascript">

AJS.toInit(function(){
	if (AJS.params.remoteUser == ''){
		 window.location.href = '/display/IH/Guest+Home+Page';      
	} else {
		window.location.href = '/display/IH/Authenticated+Home+Page';      
	}
});
</script>