diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 0b50aa13..3deab52b 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -42,6 +42,15 @@ class UploadTheme extends Themelet {
(Max file size is $max_kb)
"; + if($tl_enabled) { + global $config; + $link = make_link("upload"); + $title = "Upload to " . $config->get_string('title'); + $html .= '

' . + $title . ' (Drag & drop onto your bookmarks toolbar, then click when looking at an image)'; + } + $page->set_title("Upload"); $page->set_heading("Upload"); $page->add_block(new NavBlock());