1
0

Merge pull request #78 from fredrike/master

New version of pear4gallery3
This commit is contained in:
Tim Almdal 2011-07-13 22:47:27 -07:00
commit 03f72f6576
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name = ".Pear Theme"
description = "A theme with the intention to mimic Apples mobile me gallery."
version = 2.2
version = 2.3
author = "Fredrik Erlandsson <fredrik.e@gmail.com>"
site = 1
admin = 0

View File

@ -53,7 +53,7 @@ if($child->is_album()):
endforeach;
endif;
// End skimming // ?>
<p class="giTitle <? if(!$child->is_album()) print 'center';?>"><?= html::purify($child->title) ?> </p>
<p class="giTitle <? if(!$child->is_album()) print 'center';?>"><?= html::purify(text::limit_chars($child->title, 20)) ?> </p>
<? if($child->is_album()): ?><div class="giInfo"><?= count($granchildren)?> photos</div><? endif ?>
</div>
<?/* <?= $theme->thumb_bottom($child) ?>