diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-25 21:20:30 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-25 21:20:30 +0200 |
commit | b75f680b8e560be82f5c63bfc5480452a3de12d9 (patch) | |
tree | 092e4549056fd5e219e9ad85e38b8d32114311e7 /apps/gallery | |
parent | 1a913ac282477c0cb13860ccb813260863ebb2ae (diff) | |
download | nextcloud-server-b75f680b8e560be82f5c63bfc5480452a3de12d9.tar.gz nextcloud-server-b75f680b8e560be82f5c63bfc5480452a3de12d9.zip |
gallery app seems to work now :)
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"> |