Changeset 219
- Timestamp:
- 02/17/09 20:46:44 (9 months ago)
- Files:
-
- elgg/trunk/mod/community/lib/communities_owned.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
elgg/trunk/mod/community/lib/communities_owned.php
r218 r219 12 12 } 13 13 $body .= "</ul>"; 14 $body .= "<p><a href=\"" . url . $_SESSION['username'] . "/communities/owned#create_community\">[Create Communities]</a></p>";14 $body .= "<p><a href=\"" . url . $_SESSION['username'] . "/communities/owned#create_community\">[Create a Community]</a></p>"; 15 15 // $run_result .= $body; 16 16 $run_result .= "<li id=\"community_owned\">";

