示例#1
0
 public function getClasses($type)
 {
     return "pe_mbox_slider " . parent::getClasses($type);
 }
 public function getClasses($type)
 {
     return "pe_mbox_galleryPost " . parent::getClasses($type);
 }
示例#3
0
 public function getClasses($type)
 {
     $c = function_exists("wp_enqueue_media") || peTheme()->options->mediaQuick == "yes" ? "" : "pe_no_quick";
     return "pe_mbox_gallery {$c} " . parent::getClasses($type);
 }
 public function getClasses($type)
 {
     return "pe_mbox_conditional " . parent::getClasses($type);
 }
示例#5
0
 public function getClasses($type)
 {
     return "pe_mbox_layout " . parent::getClasses($type);
 }
 public function getClasses($type)
 {
     return "pe_mbox_background " . parent::getClasses($type);
 }
示例#7
0
 public function getClasses($type)
 {
     return "pe_mbox_project " . parent::getClasses($type);
 }