summaryrefslogtreecommitdiff
path: root/tpl/general/top.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/general/top.php')
-rw-r--r--tpl/general/top.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tpl/general/top.php b/tpl/general/top.php
index 2e73057..01f7e59 100644
--- a/tpl/general/top.php
+++ b/tpl/general/top.php
@@ -36,12 +36,10 @@ if ($user['id'] == 0) {
if ($user['id'] != 0) {
echo '<a href="user-notes-' . $user['id'] . '">notes</a>';
echo '<a href="file">files</a>';
- echo '<a href="study">studies</a>';
} else {
if ($user['priv'] >= $apps['file']['upload']) {
echo '<a href="upload-file">upload file</a>';
}
- echo '<a href="study">studies</a>';
}
?>
</div>