1
0

Merge commit '361314621ee948c1e966f2bc3761671b455aa5f8'

This commit is contained in:
Fredrik Erlandsson 2011-07-13 21:03:23 +02:00
commit 58c4fcc45f
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) ?>