set('pageContent','templates/view/parts/landingpage.html'); // body element class $this->f3->set('bodyClass', 'pf-body pf-landing'); // splash page is always IGB trusted $f3->set('trusted', 1); // JS main file $f3->set('jsView', 'landingpage'); $this->setTemplate('templates/view/index.html'); } }