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

Revision 2, 389 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 weblog',
6                         'location' => '/' . $_SESSION['username'] . '/weblog/'
7                     )
8                     );
9
10     $run_result .= run("templates:draw", array(
11                         'context' => 'menuitem',
12                         'name' => 'Update your weblog',
13                         'location' => '/_weblog/edit.php'
14                     )
15                     );
16                     
17 ?>
Note: See TracBrowser for help on using the browser.