setSettings([ 'theme_title' => 'Platform', 'theme_version' => '3.0.8', 'extension_id' => 't03885f7696aa802c0e48deb0dac55e63f1be97d', ]); $this->configSettings(); } protected function start() { if (! $this->isAdminPanel()) { $this->js('/js/app.js', null, ['top' => true]); $this->css('/css/app' . ($this->locale->isRTL() ? '.rtl' : '') . '.css', ['top' => true]); } } }