plugins/gallery/viewimage.php
changeset 11 3c4304fae21e
parent 9 ebd7003e73c6
child 18 c1c398349651
equal deleted inserted replaced
10:b38afb86dcad 11:3c4304fae21e
   187   }
   187   }
   188   
   188   
   189   $breadcrumbs[] = htmlspecialchars($row['img_title']);
   189   $breadcrumbs[] = htmlspecialchars($row['img_title']);
   190   
   190   
   191   // From here, this breadcrumb stuff is a piece of... sourdough French bread :-) *smacks lips*
   191   // From here, this breadcrumb stuff is a piece of... sourdough French bread :-) *smacks lips*
   192   echo '<div class="tblholder" style="padding: 4px; margin-bottom: 7px;">';
   192   echo '<div class="breadcrumbs" style="padding: 4px; margin-bottom: 7px;">';
   193   // The actual breadcrumbs
   193   // The actual breadcrumbs
   194   echo '<b><small>' . implode(' &raquo; ', $breadcrumbs) . '</small></b>';
   194   echo '<small>' . implode(' &raquo; ', $breadcrumbs) . '</small>';
   195   echo '</div>';
   195   echo '</div>';
   196   
   196   
   197   echo '<div style="text-align: center; margin: 10px auto; border: 1px solid #DDDDDD; padding: 7px 10px; display: table;">';
   197   echo '<div style="text-align: center; margin: 10px auto; border: 1px solid #DDDDDD; padding: 7px 10px; display: table;">';
   198   $img_url  = makeUrlNS('Special', 'GalleryFetcher/preview/' . $img_id);
   198   $img_url  = makeUrlNS('Special', 'GalleryFetcher/preview/' . $img_id);
   199   $img_href = makeUrlNS('Special', 'GalleryFetcher/full/' . $img_id);
   199   $img_href = makeUrlNS('Special', 'GalleryFetcher/full/' . $img_id);