root/releases/0.1.1b/units/profile/menu_main.php

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

importing elgg-0.1.1a

Line 
1 <?php
2
3     $run_result .= run("templates:draw", array(
4                         'context' => 'menuitem',
5                         'name' => 'View your profile',
6                         'location' => '/' . $_SESSION['username'] . '/'
7                     )
8                     );
9     $run_result .= run("templates:draw", array(
10                         'context' => 'menuitem',
11                         'name' => 'Edit your profile',
12                         'location' => '/profile/edit.php'
13                     )
14                     );
15
16 ?>
Note: See TracBrowser for help on using the browser.