예제 #1
0
 public function getClasses($type)
 {
     return "pe_mbox_slider " . parent::getClasses($type);
 }
예제 #2
0
 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);
 }
예제 #4
0
 public function getClasses($type)
 {
     return "pe_mbox_conditional " . parent::getClasses($type);
 }
예제 #5
0
 public function getClasses($type)
 {
     return "pe_mbox_layout " . parent::getClasses($type);
 }
예제 #6
0
 public function getClasses($type)
 {
     return "pe_mbox_background " . parent::getClasses($type);
 }
예제 #7
0
 public function getClasses($type)
 {
     return "pe_mbox_project " . parent::getClasses($type);
 }