I' m using the Phoca Gallery Plugin to display Images in my content.
Every display method works fine. Except of the switchimage method.
If I use this method i get a fatal error:
Fatal error: Call to undefined method PhocaGalleryHelperFront::switchimage() in /mnt/web7/52/84/51807884/htdocs/fewo/plugins/content/phocagallery.php on line 757
It's this php-line (757):
Code: Select all
$document->addCustomTag(PhocaGalleryHelperFront::switchImage($waitImage));
Thanks in advance for your help.
DimiKoeln
p.s. By the way. Is there a method to center Images in the content if the plugin method shadowbox is used?