Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/new/Views/layouts
NameTypeSizeActions
📁 .. Folder -
📄 aboutus-layout.php File 1676
Edit Download
📄 article-layout.php File 22554
Edit Download
📄 back-top.php File 706
Edit Download
📄 body-layout.php File 1313
Edit Download
📄 contactus-layout.php File 4025
Edit Download
📄 department-layout.php File 3736
Edit Download
📄 footer-layout.php File 5862
Edit Download
📄 header-layout.php File 451
Edit Download
📄 header-second.php File 827
Edit Download
📄 index-layout.php File 4027
Edit Download
📄 list-languages.php File 5393
Edit Download
📄 list-news-layout.php File 6488
Edit Download
📄 list-pdf-layout.php File 4459
Edit Download
📄 main-func.php File 59071
Edit Download
📄 main-layout.php File 8313
Edit Download
📄 main-menu.php File 3613
Edit Download
📄 mobile-menu.php File 5453
Edit Download
📄 mobile-side.php File 14998
Edit Download
📄 pdf-layout.php File 3
Edit Download
📄 right_sidebar.php File 3970
Edit Download
📄 search-layout.php File 5408
Edit Download
📄 top-menu.php File 1175
Edit Download
📄 top_slider.php File 2320
Edit Download
0 && $type > 0) { $news = $controller->getNewsById($type, $id); $controller->increaseViewCount($type, $id); } // Initialize default values $src = ""; $extra = ""; $news_tag = ""; $html_news = ''; $title = ""; $description = ""; $imagePath = ""; $author = ""; $dateStr = ""; $news_link = ''; $views = 0; $comments = 0; $isVideo = false; // Extract news data if available if (!empty($news)) { $title = getLocalizedTitle($news, $lang); $description = getFullDescription($news, $lang, $functions); $imagePath = getImagePath($news, $type); $author = getAuthor($news); $dateStr = formatNewsDate($news); $news_link = $news['news_link'] ?? ''; $isVideo = !empty($news_link); } // Set the label using switch $label = $L['news']; // Default label switch ($typeId) { case 1: $label = $L['news']; break; case 2: $label = $L['conferences']; break; case 3: $label = $L['activities']; break; case 4: $label = $L['publications']; break; case 5: $label = $L['research_articles']; break; case 6: $label = $L['events_participations']; break; case 7: $label = $L['education_list']; break; default: $label = readMenu($menu, $typeId, $lang); break; } // Get list of news by type $list_news = ($type > 0) ? $controller->getNewsByType($type) : []; ?>

<?php echo $title; ?>

*


.