root/releases/0.1.2a/units/invite/menu_main.php

Revision 2, 173 bytes (checked in by sven, 3 years ago)

importing elgg-0.1.1a

Line 
1 <?php
2     $run_result .= run("templates:draw", array(
3                         'context' => 'menuitem',
4                         'name' => 'Invite a friend',
5                         'location' => '/_invite/'
6                     )
7                     );
8 ?>
Note: See TracBrowser for help on using the browser.