getParam('protocol', ''); $domain = $this->getParam('domain', ''); $endpoint = $this->getParam('endpoint', ''); $platforms = $this->getParam('platforms', []); $version = $this->getParam('version', '0.0.0'); $isDev = $this->getParam('isDev', false); $litespeed = $this->getParam('litespeed', true); $analytics = $this->getParam('analytics', 'UA-26264668-9'); $mode = $this->getParam('mode', ''); $canonical = $this->getParam('canonical', ''); $image = $this->getParam('image', '/images/logo.png'); $locale = $this->getParam('locale', null); $runtimes = $this->getParam('runtimes', null); if(!empty($platforms)) { $platforms = array_map(function($platform) { return [ 'key' => $platform['key'], 'name' => $platform['name'], 'languages' => array_map(function($language) { return [ 'key' => $language['key'], 'name' => $language['name'] . (($language['beta']) ? ' (beta)' : ''), ]; }, array_filter($platform['languages'], function($node) { return ($node['enabled']); })) ]; }, $platforms); } ?> <?php echo $this->getParam('title', ''); ?> getParam('prefetch', []) as $prefetch): ?> exec($this->getParam('head', [])); ?> exec($this->getParam('header', [])); ?>
exec($this->getParam('body', [])); ?>
exec($this->getParam('footer', [])); ?>