= $content ?>
getValue('user_isolation_mode', 'shared'); if ($isolationMode === 'isolated') { $stats = $domainModel->getStatistics($userId); } else { $stats = $domainModel->getStatistics(); } } // Get application settings from database if (!isset($appName)) { $appSettings = \App\Helpers\LayoutHelper::getAppSettings(); $appName = $appSettings['app_name']; $appTimezone = $appSettings['app_timezone']; $appVersion = $appSettings['app_version']; // Note: Timezone is now set early in public/index.php (before controllers run) } ?>