diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-12-18 00:06:54 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-12-18 00:06:54 +0100 |
commit | a87d7815d1664de0a866c0d295dd02973c09e3e9 (patch) | |
tree | 17b562bfe08b950b18d575de6b1bee951b8c2d89 /application/views/file/upload_form.php | |
parent | a7ce63cc52ec1a9060cdcac57672753fc5bf5511 (diff) |
add delete icon on upload_history
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/upload_form.php')
-rw-r--r-- | application/views/file/upload_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 5eea494e1..d8f2748c1 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -47,5 +47,6 @@ document.write('\ <?php if($contact_me_url) {?><p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p> <br /><?php }; ?> <div class="small"> + <p>Icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a></p> <p>This service is provided without warranty of any kind and may not be used to distribute copyrighted content.</p> </div> |