make gallery counts separately stylable/hidable
authorChuck Hagenbuch <chuck@horde.org>
Tue, 1 Feb 2011 05:41:58 +0000 (00:41 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 1 Feb 2011 05:42:19 +0000 (00:42 -0500)
ansel/templates/tile/dategallery.inc

index f3f83be..5580065 100644 (file)
@@ -1,4 +1,4 @@
 <div class="gallery-tile">
  <?php echo $image_link ?>
- <div class="gallery-tile-caption"><?php echo $text_link ?><br /> (<?php echo (int)$gallery_count ?>)</div>
+ <div class="gallery-tile-caption"><?php echo $text_link ?><div class="gallery-tile-count">(<?php echo (int)$gallery_count ?>)</div></div>
 </div>