I hope this is the right forum
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?
|