diff options
Diffstat (limited to 'apps/gallery')
-rw-r--r-- | apps/gallery/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index cf654b68c0b..43ba5131864 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -24,7 +24,7 @@ $l = OC_L10N::get('gallery'); </div> </div> <div id="g-album-loading" class="crumb" style="display:none"> - <img src="img/loading.gif"> + <img src="<?php echo OC_Helper::linkto('gallery', 'img/loading.gif'); ?>"> </div> </div> <div id="gallery_list"> |