app->db()); $this->app->template('viewerWelcomeImages.php')->vars([ 'title' => 'Splash', 'grid-name' => $this->app->config('grid')['name'], 'news' => $this->app->config('grid')['main-news'] ])->unsafeVar('json-image-array', json_encode($images)) ->unsafeVar('stats', "Registrierte User: ".$opensim->getUserCount()."
Regionen: ".$opensim->getRegionCount()."
Aktuell Online: ".($opensim->getOnlineCount()-1)) ->render(); } }