# HG changeset patch
# User Dan
# Date 1192947580 14400
# Node ID 3c4304fae21e3ac5cc53b81875be68c0956ed576
# Parent b38afb86dcad6761b751168ee2cc353124dea31c
Updated browser and viewimage to use the breadcrumbs css class in enano-shared; this breaks 1.0 compatibility
diff -r b38afb86dcad -r 3c4304fae21e plugins/gallery/browser.php
--- a/plugins/gallery/browser.php Thu Aug 09 12:34:39 2007 -0400
+++ b/plugins/gallery/browser.php Sun Oct 21 02:19:40 2007 -0400
@@ -383,16 +383,16 @@
}
// From here, this breadcrumb stuff is a piece of... sourdough French bread :-) *smacks lips*
- echo '
';
+ echo '
';
// Upload image link for admins
if ( $session->user_level >= USER_LEVEL_ADMIN )
{
echo '
';
}
// The actual breadcrumbs
- echo '
' . implode(' » ', $breadcrumbs) . '';
+ echo '
' . implode(' » ', $breadcrumbs) . '';
echo '
';
// "Edit all" link
diff -r b38afb86dcad -r 3c4304fae21e plugins/gallery/viewimage.php
--- a/plugins/gallery/viewimage.php Thu Aug 09 12:34:39 2007 -0400
+++ b/plugins/gallery/viewimage.php Sun Oct 21 02:19:40 2007 -0400
@@ -189,9 +189,9 @@
$breadcrumbs[] = htmlspecialchars($row['img_title']);
// From here, this breadcrumb stuff is a piece of... sourdough French bread :-) *smacks lips*
- echo '
';
+ echo '
';
// The actual breadcrumbs
- echo '' . implode(' » ', $breadcrumbs) . '';
+ echo '' . implode(' » ', $breadcrumbs) . '';
echo '
';
echo '
';