Skip to content
Snippets Groups Projects
Commit 203ad718 authored by Brett Bieber's avatar Brett Bieber
Browse files

Move scripts into unl_theme directory

parent 4a74bfed
No related branches found
No related tags found
No related merge requests found
......@@ -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>";
}
......
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment