From a235c7cec4aaf79926ae99526d16dcaf2535d653 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Fri, 28 Aug 2009 23:07:57 +0000
Subject: [PATCH] add the elgg path before the call to witw_people.js so that
 the head data will work outside the index page

---
 customindex/views/default/customindex/metatags.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php
index b17b3d5a..8db9d37d 100644
--- a/customindex/views/default/customindex/metatags.php
+++ b/customindex/views/default/customindex/metatags.php
@@ -88,7 +88,7 @@
 
 <!-- begin poly9 globe js -->
 <script type="text/javascript" src="http://globe.poly9.com/api.js"></script>
-<script type="text/javascript" src="mod/customindex/witw_people.js"></script>
+<script type="text/javascript" src="<?php echo $CONFIG->url ?>mod/customindex/witw_people.js"></script>
 <script type="text/javascript"> 
 var c=0;
 var t;
-- 
GitLab