diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-17 13:30:18 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-17 13:30:45 +0100 |
commit | 8e22823501e702727daae4b6cd25fb81965c6f83 (patch) | |
tree | 2c28a691666ad50b698e3bd92d2f27665e050a63 /apps/gallery/templates | |
parent | 3267d91bdaed42633656723ec4e239d1fe460824 (diff) | |
download | nextcloud-server-8e22823501e702727daae4b6cd25fb81965c6f83.tar.gz nextcloud-server-8e22823501e702727daae4b6cd25fb81965c6f83.zip |
bredcrumb fix
Diffstat (limited to 'apps/gallery/templates')
-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 54fbcfd0154..dc5852733bd 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -18,7 +18,7 @@ $l = new OC_L10N('gallery'); <input type="button" id="g-settings-button" value="<?php echo $l->t('Settings');?>" onclick="javascript:settings();"/> </div> <div id="g-album-navigation"> - <div class="crumb last" style="background-image:url('/owncloud/core/img/breadcrumb.png')"> + <div class="crumb last" style="background-image:url('<?php echo OC::$WEBROOT;?>/core/img/breadcrumb.png')"> <a href="javascript:returnToElement(0);">main</a> </div> </div> |