diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-07-15 21:02:58 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-07-15 21:06:53 +0200 |
commit | 463553f8216029942e478f6be346897e8ce2c83d (patch) | |
tree | e7f0459b7651c25288dd8615eb8d3f5a5c4e30bd /application/views/file/upload_form.php | |
parent | f37cbe5725db038b42777848064c4a79b818d0a8 (diff) |
Add footer; move contact info to footer
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index a83ca3c87..bc6362988 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -74,8 +74,5 @@ <?php if(auth_driver_function_implemented("can_register_new_users")) { ?> <p>If you believe you deserve an account, ask someone who is already using this service to <a href="<?php echo site_url("user/invite"); ?>">invite</a> you.</p> <?php } ?> - <?php if(isset($contact_me_url) && $contact_me_url) { ?> - <p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p> - <?php } ?> </div> </div> |