equal
deleted
inserted
replaced
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(' » ', $breadcrumbs) . '</small></b>'; |
194 echo '<small>' . implode(' » ', $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); |