diff --git a/includes/app.php b/includes/app.php index 1c9f963..624679c 100644 --- a/includes/app.php +++ b/includes/app.php @@ -20,6 +20,8 @@ $translations = [ 'nav_shipper' => 'Shipper Desk', 'nav_owner' => 'Truck Owner Desk', 'nav_admin' => 'Admin Panel', + 'nav_theme' => 'Theme', + 'nav_get_started' => 'Get Started', 'hero_title' => 'Move cargo faster with verified trucks.', 'hero_subtitle' => 'Post shipments, collect offers, and pay via Thawani or bank transfer. Built for local and nearby cross-border moves.', 'hero_tagline' => 'Multilingual Logistics Marketplace', @@ -301,6 +303,8 @@ $translations = [ 'nav_shipper' => 'لوحة الشاحن', 'nav_owner' => 'لوحة مالك الشاحنة', 'nav_admin' => 'لوحة الإدارة', + 'nav_theme' => 'المظهر', + 'nav_get_started' => 'ابدأ الآن', 'hero_title' => 'انقل شحنتك بسرعة مع شاحنات موثوقة.', 'hero_subtitle' => 'أنشئ شحنة، استلم عروضاً، وادفع عبر ثواني أو التحويل البنكي.', 'hero_tagline' => 'منصة لوجستية متعددة اللغات', @@ -794,4 +798,4 @@ try { if ($tz && in_array($tz, DateTimeZone::listIdentifiers())) { date_default_timezone_set($tz); } -} catch (Throwable $e) {} +} catch (Throwable $e) {} \ No newline at end of file diff --git a/includes/layout.php b/includes/layout.php index f166b9e..e4ea2b7 100644 --- a/includes/layout.php +++ b/includes/layout.php @@ -94,7 +94,7 @@ function render_header(string $title, string $active = '', bool $isFluid = false