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

Revision 7, 195 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' => 'Files',
6                         'location' => url . $_SESSION['username'] . '/files/'
7                     )
8                     );
9
10 ?>
Note: See TracBrowser for help on using the browser.