X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Fphp%2Fnifty.php;fp=plekit%2Fphp%2Fnifty.php;h=aecbcbd709d07b4a5336dec848b2f91377ac682f;hb=eb7ef8615d3c93b06ba69a9a13b069bdb110590d;hp=f6ce9441d6a2c7aee2c5b4c6d694c6e1c4b62fa6;hpb=f78d6b6e081ccb8a68e63e885db93873e60e0a1c;p=plewww.git diff --git a/plekit/php/nifty.php b/plekit/php/nifty.php index f6ce944..aecbcbd 100644 --- a/plekit/php/nifty.php +++ b/plekit/php/nifty.php @@ -15,7 +15,7 @@ class PlekitNifty { var $class; var $size; - function PlekitNifty ($id,$class,$size='medium') { + function __construct ($id, $class, $size='medium') { $this->id = $id; $this->class=$class; $this->size=$size;