Thanks for the quikly reply. I'm using zpArdoise theme and i don't know if it support the codeblock or if necessary enable it.
I'm trying to add this PHP code in the homepage but it doesn't execute:
<?php
if(function_exists(printGslideshow')) {
$albumobject = new Album($galleryobject, "album");
$imageobject = newImage($albumobject, "image.jpg");
printGslideshow($albumobject, $imageobject,true,false);
}
?>