Resize not Working! Resize not Working!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Resize not Working!

Started by Kayasite, August 06, 2009, 08:38:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kayasite

I installed this over at http://jena-malone.com - but as you can see from the way to layout messes up, the resize isn't working.

This is the php include i have:

Quote<?php
  include "./photos/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./photos/cpmfetch/cpmfetch_config.php");
$options = array('windowtarget' => '_blank',"imagewidth"=>"35");
  $objCpm->cpm_viewLastAddedMedia(1,4);
  $objCpm->cpm_close();
?>

Can anyone help? :(


Joachim Müller


Kayasite

I'm sorry, but I'm not entirely sure why you have linked me to that thread?

Kayasite

nevermind, someone else was kind enough to help me :)

Joachim Müller