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

Revision 7, 199 bytes (checked in by sven, 3 years ago)

snapshot of elgg 0.1.2a

Line 
1 <?php
2
3     $run_result .= run("templates:draw", array(
4                         'context' => 'menuitem',
5                         'name' => 'Friends',
6                         'location' => url . $_SESSION['username'] . '/friends/'
7                     )
8                     );
9
10 ?>
Note: See TracBrowser for help on using the browser.