1.08 + effervescence theme

Hello,
I'm using effervescence theme in my gallery 1.07 http://www.pawelnawrocki.com/zenphoto/
Before I will install the latest version 1.08, I've tested new core with effervesnce
on some other server and it occured that it doesnt creates thumbnails for albums and random image. http://monster.forall.pl/zenphoto/
Of course i have copied customfunctions.php to zen folder
and I suppose it's not compatible with the new core. ex. this functions
`<?php printCustomAlbumThumbImage(getAlbumTitle(), null, 180, null, 180, 80); ?>`
and this
`<?php $randomImage = getRandomImages(); $randomImageURL = getURL($randomImage); print "<a href='".getURL($randomImage)."' title='Random Picture...'>imagegetCustomImage(1000, 620, 180, 620, 180, 300, 300)."' alt='".$randomImage->getTitle()."' />"; ?>`

Comments

Sign In or Register to comment.