mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-07 23:51:14 -04:00
Rename Flash_Uploader to just Uploader. Modules that want to replace
this will just replace the controller. This makes overriding that much easier in the future.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
width: 150,
|
||||
height: 33,
|
||||
uploader: "<?= url::file("lib/uploadify/uploadify.swf") ?>",
|
||||
script: "<?= url::site("flash_uploader/add_photo/{$album->id}") ?>",
|
||||
script: "<?= url::site("uploader/add_photo/{$album->id}") ?>",
|
||||
scriptData: <?= json_encode($script_data) ?>,
|
||||
fileExt: "*.gif;*.jpg;*.jpeg;*.png;*.flv;*.mp4;*.m4v;*.GIF;*.JPG;*.JPEG;*.PNG;*.FLV;*.MP4;*.M4V",
|
||||
fileDesc: <?= t("Photos and movies")->for_js() ?>,
|
||||
|
||||
Reference in New Issue
Block a user