forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: kris9090 on March 22, 2009, 03:57:33 am

Title: Iframe
Post by: kris9090 on March 22, 2009, 03:57:33 am
I tried it:
$options = array('windowtarget' => '_blank');

but it doesnt work with me I frame  :-\
Title: Re: Iframe
Post by: Mr-Cute on March 30, 2009, 04:42:07 pm
<?php
  include "./gallery/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  $options = array('windowtarget' => '_blank');
  $objCpm->cpm_viewLastAddedMedia(1,2, $options);
  $objCpm->cpm_close();
?>