示例#1
0
 function __construct()
 {
     $this->imagesize["name"] = "exhibitions_custom_imagesize";
     $this->imagesize["w"] = 90;
     $this->imagesize["h"] = 70;
     $this->post_type = "exhibitions";
     parent::__construct();
 }
示例#2
0
 function __construct()
 {
     $this->imagesize["name"] = "op_custom_imagesize";
     $this->imagesize["w"] = 90;
     $this->imagesize["h"] = 130;
     $this->post_type = "ourpublications";
     parent::__construct();
 }
示例#3
0
 function __construct()
 {
     $this->showfield = "title";
     $this->imagesize["name"] = "events_custom_imagesize";
     $this->imagesize["w"] = 90;
     $this->imagesize["h"] = 70;
     $this->post_type = "events";
     parent::__construct();
 }