summaryrefslogtreecommitdiff
path: root/tpl/general
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/general')
-rw-r--r--tpl/general/top.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/general/top.php b/tpl/general/top.php
index 08481fd..e2b168a 100644
--- a/tpl/general/top.php
+++ b/tpl/general/top.php
@@ -34,11 +34,11 @@ if ($user['id'] == 0) {
<?php
if ($user['id'] != 0) {
echo '<a href="study">My studies</a>';
- echo '<a href="image">Uploaded images</a>';
+ echo '<a href="file">Uploaded files</a>';
} else {
echo '<a href="study">Studies</a>';
- if ($user['priv'] >= $apps['image']['upload']) {
- echo '<a href="upload-image">Upload image</a>';
+ if ($user['priv'] >= $apps['file']['upload']) {
+ echo '<a href="upload-file">Upload file</a>';
}
}
?>