summaryrefslogtreecommitdiffstats
path: root/system/application/views/file
diff options
context:
space:
mode:
Diffstat (limited to 'system/application/views/file')
-rw-r--r--system/application/views/file/header.php4
-rw-r--r--system/application/views/file/html_header.php1
2 files changed, 2 insertions, 3 deletions
diff --git a/system/application/views/file/header.php b/system/application/views/file/header.php
index 76d21e076..aba7283a7 100644
--- a/system/application/views/file/header.php
+++ b/system/application/views/file/header.php
@@ -9,9 +9,7 @@
<body>
<div class="top">
- <ul class="nav">
- <li><?php echo anchor('file/index', 'Upload'); ?></li>
- </ul>
+ <?php echo anchor('file/index', 'New'); ?>
</div>
<div class="clearer" ></div>
diff --git a/system/application/views/file/html_header.php b/system/application/views/file/html_header.php
index ebb52a433..ef5b204ff 100644
--- a/system/application/views/file/html_header.php
+++ b/system/application/views/file/html_header.php
@@ -7,6 +7,7 @@
</head>
<body>
<div class="top_bar">
+ <a class="raw_link no" href="<?php echo $new_link; ?>">New</a> |
<a class="raw_link no" href="<?php echo $raw_link; ?>">Raw</a> |
<a class="raw_link no" href="<?php echo $plain_link; ?>">Plain</a> |
Currently: <?php echo $current_highlight; ?>