Index: /elgg/branches/20090118-r198/mod/community/templates/community_create.html =================================================================== --- /elgg/branches/20090118-r198/mod/community/templates/community_create.html (revision 33) +++ /elgg/branches/20090118-r198/mod/community/templates/community_create.html (revision 216) @@ -1,4 +1,6 @@
-

{{title}}

+ +
+

{{title}}

{{form_fields}} Index: /elgg/branches/20090118-r198/mod/community/lib/community_memberships.php =================================================================== --- /elgg/branches/20090118-r198/mod/community/lib/community_memberships.php (revision 33) +++ /elgg/branches/20090118-r198/mod/community/lib/community_memberships.php (revision 216) @@ -5,22 +5,21 @@ if ($page_owner != -1) { if (user_type($page_owner) == "person" || user_type($page_owner) == "external") { + $body .= ""; + $body .= "

[View all Communities]

"; + $run_result .= "
  • "; + $run_result .= templates_draw(array( + 'context' => 'sidebarholder', + 'title' => __gettext("Community memberships"), + 'body' => $body + ) + ); + $run_result .= "
  • "; } else if (user_type($page_owner) == "community") { $friends = array(); Index: /elgg/branches/20090118-r198/mod/community/lib/communities_owned.php =================================================================== --- /elgg/branches/20090118-r198/mod/community/lib/communities_owned.php (revision 33) +++ /elgg/branches/20090118-r198/mod/community/lib/communities_owned.php (revision 216) @@ -12,4 +12,5 @@ } $body .= ""; + $body .= "

    [Create Communities]

    "; // $run_result .= $body; $run_result .= "
  • ";