From 2b717063eb2ebb6d42b6ee23ae2538b56444379a Mon Sep 17 00:00:00 2001 From: Daku Date: Wed, 14 Dec 2011 07:36:01 +0000 Subject: [PATCH] Updated the bookmarklet to give you an option to use either the your own or the current tags. --- ext/upload/theme.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ext/upload/theme.php b/ext/upload/theme.php index adecaaa1..863296c2 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -71,12 +71,13 @@ class UploadTheme extends Themelet { if($tl_enabled) { $link = make_http(make_link("upload")); $title = "Danbooru to " . $config->get_string('title'); - $html .= '

' . + $html .= '

' . $title . ' (As above, Click on a Danbooru-run image page. (This also grabs the tags!))'; } - $page->set_title("Upload"); $page->set_heading("Upload"); $page->add_block(new NavBlock());