From 2d31c619e6177e26b4f141b9cfd8ac27962d1a2f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 24 Oct 2010 17:51:34 +0200 Subject: unify design Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 1 + system/application/views/file/header.php | 4 +--- system/application/views/file/html_header.php | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index b93aab354..0ae64410d 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -190,6 +190,7 @@ class File_mod extends Model { ) { $data['title'] = $filedata['filename']; $data['raw_link'] = site_url($id); + $data['new_link'] = site_url(); $data['plain_link'] = site_url($id.'/plain'); $data['auto_link'] = site_url($id).'/'; $data['rmd_link'] = site_url($id.'/rmd'); 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 @@
- +
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 @@
+ New | Raw | Plain | Currently: -- cgit v1.2.3-24-g4f1b