hi
I would like to make my first page (index) be my last image.
Ok, there's a function for latest image, but i would like it to be displayed with image.php.
so, when we go on
http://clucicluc.ovh.org/photoblog/ ,
http://clucicluc.ovh.org/photoblog/index?album=......&image=......jpg would appear.
thanks
best regards
Comments
You could use `include()` to include image.php like the index.php of the Zenpage theme does for example. But you will need to setup an image object for the latest image before inluding first.