PDA

View Full Version : I hope this is the right forum


marian
07-16-2005, 07:14 PM
I want to put the latest pix from our Coppermine Gallery into the forum header, so it looks like the attachment. The pix would be drawn from the gallery to replace the jpeg on the right. The code is
<?php
include "./cpmfetch.php";
$objCpm = new cpm("/photos");
$objCpm->cpm_viewLastAddedMedia(1,3);
$objCpm->cpm_close();
?>
But I don't understand the php include instructions in VB's Style Manager. Can you help?

Link14716
07-16-2005, 07:36 PM
No, this forum is for releases only.

marian
07-16-2005, 08:30 PM
No, this forum is for releases only.
****

Marco van Herwaarden
07-16-2005, 08:31 PM
Moved