Example #1
0
 public function renderDefault()
 {
     parent::runRenderDefault();
     $this->template->videos = $this->videos;
     $this->template->videoThumbnail = $this->videoThumbnail;
 }
Example #2
0
 public function renderDefault()
 {
     parent::runRenderDefault();
     $this->template->articles = $this->articles;
 }
Example #3
0
 public function renderDefault()
 {
     parent::runRenderDefault();
     $this->template->images = $this->images;
     $this->template->uploadDir = $this->context->parameters['uploadDir'];
 }