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