query("SELECT video_path FROM hospital_ads WHERE is_active = 1 ORDER BY sort_order ASC, id DESC LIMIT 10"); if ($stmt) { $activeVideos = $stmt->fetchAll(PDO::FETCH_COLUMN); } } catch (Throwable $e) { // Table might not exist yet, safe to ignore } qh_page_start( 'display', qh_t('General display board', 'لوحة العرض العامة'), qh_t('Public queue display.', 'شاشة طوابير عامة.') ); ?>