From 8e22823501e702727daae4b6cd25fb81965c6f83 Mon Sep 17 00:00:00 2001
From: Bartek Przybylski <bart.p.pl@gmail.com>
Date: Sat, 17 Mar 2012 13:30:18 +0100
Subject: [PATCH] bredcrumb fix

---
 apps/gallery/lib/scanner.php     | 1 -
 apps/gallery/templates/index.php | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/gallery/lib/scanner.php b/apps/gallery/lib/scanner.php
index 5791662522..929f8b7a2e 100644
--- a/apps/gallery/lib/scanner.php
+++ b/apps/gallery/lib/scanner.php
@@ -131,4 +131,3 @@ class OC_Gallery_Scanner {
 	}
 }
 
-?>
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php
index 54fbcfd015..dc5852733b 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>
-- 
GitLab