Remove old images and logos
[elgg.git] / units / files / menu_sub.php
blob4dde6418df03188ffac27185f59ccab9b0f0ff1a
1 <?php
3 if (context == "files") {
5 global $page_owner;
6 $files_username = run("users:id_to_name",$page_owner);
8 if ($page_owner == $_SESSION['userid'] && $page_owner != -1) {
10 $run_result .= run("templates:draw", array(
11 'context' => 'submenuitem',
12 'name' => gettext("Add a file or a folder"),
13 'location' => "#addFile"
19 if ($page_owner != -1) {
20 $run_result .= run("templates:draw", array(
21 'context' => 'submenuitem',
22 'name' => gettext("RSS feed for files"),
23 'location' => url . $files_username . "/files/rss/"
28 $run_result .= run("templates:draw", array(
29 'context' => 'submenuitem',
30 'name' => gettext("Page help"),
31 'location' => url . "help/files_help.php"