diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-23 19:51:46 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-23 19:51:46 -0700 |
commit | d727716af71d6b5d13a64075ba5a91cd0aead74a (patch) | |
tree | 749d62f4f86c81dc2481ece660d8cfd922deee7e | |
parent | 8bab030883647ffaf0e0bd4d172261159d19dd08 (diff) |
Change the simple uploader dialog to use the new gallery::find_file api method.
-rw-r--r-- | modules/gallery/views/simple_uploader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php index 7f8a96df..acd2bee0 100644 --- a/modules/gallery/views/simple_uploader.html.php +++ b/modules/gallery/views/simple_uploader.html.php @@ -97,7 +97,7 @@ debug: false, // Button settings - button_image_url: <?= html::js_string(url::file("themes/default/images/select-photos-backg.png")) ?>, + button_image_url: <?= html::js_string(url::file(gallery::find_file("images", "select-photos-backg.png"))) ?>, button_width: "202", button_height: "45", button_placeholder_id: "gChooseFilesButtonPlaceholder", |