summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
Diffstat (limited to 'application/views')
-rw-r--r--application/views/file/header.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/views/file/header.php b/application/views/file/header.php
index e4a1edc2b..215584cc5 100644
--- a/application/views/file/header.php
+++ b/application/views/file/header.php
@@ -11,7 +11,8 @@
<body>
<div class="top">
<?php echo anchor('file/index', 'New'); ?> |
- <?php echo anchor('file/upload_history', 'History'); ?>
+ <?php echo anchor('file/upload_history', 'History'); ?> |
+ <?php echo anchor('user/invite', 'Invite'); ?>
<div class="right">
<?php if(isset($username) && $username) { ?>