diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 7fb358daea84c3a728ee916845c9a44b4e7873b6..f41b699c639c3967d94bbf991a379571dae7bbc0 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