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 } $activeNews = []; try { $stmt = db()->query("SELECT phrase FROM hospital_news WHERE is_active = 1 ORDER BY sort_order ASC, id DESC"); if ($stmt) { $activeNews = $stmt->fetchAll(PDO::FETCH_COLUMN); } } catch (Throwable $e) { // Table might not exist yet } qh_page_start( 'display', qh_t('General display board', 'لوحة العرض العامة'), qh_t('Public queue display.', 'شاشة طوابير عامة.') ); ?>
<?= qh_h(qh_hospital_name()) ?>