Fixing a small css issue in the user class.
[elgg.git] / units / groups / groups_editpage.php
blobc50bf9500cb1028d129fb0c0870c32df4315783d
1 <?php
3 // Display existing groups
4 $header = __gettext("Existing groups"); // gettext variable
5 $run_result .= <<< END
6 <h2>$header</h2>
7 END;
9 ?>