From 203ad7182aa87f592d44549df888f3d275321431 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Thu, 13 Aug 2009 20:32:56 +0000
Subject: [PATCH] Move scripts into unl_theme directory

---
 customindex/views/default/customindex/content.php | 2 +-
 {scripts => unl_theme/scripts}/globe.html         | 0
 {scripts => unl_theme/scripts}/globetest.shtml    | 0
 {scripts => unl_theme/scripts}/latlon.php         | 0
 {scripts => unl_theme/scripts}/newfile.php        | 0
 5 files changed, 1 insertion(+), 1 deletion(-)
 rename {scripts => unl_theme/scripts}/globe.html (100%)
 rename {scripts => unl_theme/scripts}/globetest.shtml (100%)
 rename {scripts => unl_theme/scripts}/latlon.php (100%)
 rename {scripts => unl_theme/scripts}/newfile.php (100%)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 7fb358da..f41b699c 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -278,7 +278,7 @@
                 if($groups){
                     foreach($groups as $group){
                           echo "<div class=\"index_item\">";
-                          echo "<div class=\"index_item_icon\">" . elgg_view("profile/icon",array('entity' => $group, 'size' => 'small')) . "</div>";  
+                          echo "<div class=\"index_item_icon\"><img src='mod/profile/icon.php?group=' /></div>";  
                           echo "<div class=\"index_item_name\"><a href=\"" . $group->getUrl() . "\">" . $group->name . "</a><br /><span class=\"membercount\">" . get_group_members($group->guid, 10, 0, 0, true) . " members</span></div>";
                           echo "</div>";
                     }
diff --git a/scripts/globe.html b/unl_theme/scripts/globe.html
similarity index 100%
rename from scripts/globe.html
rename to unl_theme/scripts/globe.html
diff --git a/scripts/globetest.shtml b/unl_theme/scripts/globetest.shtml
similarity index 100%
rename from scripts/globetest.shtml
rename to unl_theme/scripts/globetest.shtml
diff --git a/scripts/latlon.php b/unl_theme/scripts/latlon.php
similarity index 100%
rename from scripts/latlon.php
rename to unl_theme/scripts/latlon.php
diff --git a/scripts/newfile.php b/unl_theme/scripts/newfile.php
similarity index 100%
rename from scripts/newfile.php
rename to unl_theme/scripts/newfile.php
-- 
GitLab