Skip to content
Snippets Groups Projects
Commit 8e228235 authored by Bartek Przybylski's avatar Bartek Przybylski
Browse files

bredcrumb fix

parent 3267d91b
No related branches found
No related tags found
No related merge requests found
......@@ -131,4 +131,3 @@ class OC_Gallery_Scanner {
}
}
?>
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment