Login   Register  
PHP Classes
elePHPant
Icontem

File: img.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Germán Sosa  >  Image Pop Up Class  >  img.php  >  Download  
File: img.php
Role: Application script
Content type: text/plain
Description: File for output the GD based Thumbnails
Class: Image Pop Up Class
Create thumbnails and link pictures in new windows
Author: By
Last change:
Date: 2002-09-02 01:43
Size: 139 bytes
 

Contents

Class file image Download
<?
require ('imgpopup.class.php');
if (isset (
$file) && isset ($size)){
    
$img = new ImgPopUp ($file);    
    
$img->ImgThumb ($size);    
}
?>