projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb91df
)
make gallery counts separately stylable/hidable
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 1 Feb 2011 05:41:58 +0000
(
00:41
-0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 1 Feb 2011 05:42:19 +0000
(
00:42
-0500)
ansel/templates/tile/dategallery.inc
patch
|
blob
|
history
diff --git
a/ansel/templates/tile/dategallery.inc
b/ansel/templates/tile/dategallery.inc
index
f3f83be
..
5580065
100644
(file)
--- a/
ansel/templates/tile/dategallery.inc
+++ b/
ansel/templates/tile/dategallery.inc
@@
-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>