Priority File Manager
📁 public_html
Base Directory:
/home/ecedu/public_html
/home/ecedu/public_html/wp-content/plugins
/home/ecedu/public_html/wp-content
/home/ecedu
/var/www
/var/www/cgi-bin
/var/www/html
public_html
/
cce
/
Views
/
layouts
/home/ecedu/public_html/cce/Views/layouts
Name
Type
Size
Actions
📁
..
Folder
-
Delete
Rename
📄
aboutus-layout.php
File
1676
Delete
Rename
Edit
Download
📄
article-layout.php
File
21975
Delete
Rename
Edit
Download
📄
back-top.php
File
706
Delete
Rename
Edit
Download
📄
body-layout.php
File
1313
Delete
Rename
Edit
Download
📄
contactus-layout.php
File
4025
Delete
Rename
Edit
Download
📄
department-layout.php
File
3736
Delete
Rename
Edit
Download
📄
footer-layout.php
File
5862
Delete
Rename
Edit
Download
📄
header-layout.php
File
451
Delete
Rename
Edit
Download
📄
header-second.php
File
827
Delete
Rename
Edit
Download
📄
index-layout.php
File
4027
Delete
Rename
Edit
Download
📄
list-languages.php
File
5393
Delete
Rename
Edit
Download
📄
list-news-layout.php
File
6488
Delete
Rename
Edit
Download
📄
list-pdf-layout.php
File
4459
Delete
Rename
Edit
Download
📄
main-func.php
File
59102
Delete
Rename
Edit
Download
📄
main-layout.php
File
8313
Delete
Rename
Edit
Download
📄
main-menu.php
File
3613
Delete
Rename
Edit
Download
📄
mobile-menu.php
File
5453
Delete
Rename
Edit
Download
📄
mobile-side.php
File
14998
Delete
Rename
Edit
Download
📄
pdf-layout.php
File
3
Delete
Rename
Edit
Download
📄
right_sidebar.php
File
3970
Delete
Rename
Edit
Download
📄
search-layout.php
File
5408
Delete
Rename
Edit
Download
📄
top-menu.php
File
1175
Delete
Rename
Edit
Download
📄
top_slider.php
File
2320
Delete
Rename
Edit
Download
Upload
Create Folder
📝 Editing:
index-layout.php
Size: 4,027 bytes
Lines: 128
Type: .php
💾 Save
Cancel
✕
<!-- بداية المحتوى الرئيسي للصفحة --> <div class="row" > <?php include ('top_slider.php') ?> <!-- صف جديد للمحتوى الرئيسي والشريط الجانبي --> <div class="row"> <!-- المحتوى الرئيسي --> <div class="col-md-8"> <!-- القسم الأول للأخبار --> <div class="block-area"> <div class="block-title-6"> <h4 class="h5 border-primary"> <a href='list-news.php?i=1&lang=<?= $lang ?>'> <span class="bg-primary text-white"> <?= htmlspecialchars($L['news']) ?> </span></a> <?= edit_news(1);?> </h4> </div> <div class="row"> <!-- البوست الكبير اليسار --> <?php echo renderMainSidePost($newsType1, $lang, 1, $functions, 200); ?> <!-- البوستات الجانبية يمين --> <?php echo renderSidePostsBlock($newsType1, $lang, 1 , $L); ?> </div> </div> <!-- المؤتمرات --> <div class="block-area"> <div class="block-title-6"> <h4 class="h5 border-primary"> <a href='list-news.php?i=2&lang=<?= $lang ?>'> <span class="bg-primary text-white"> <?= htmlspecialchars($L['conferences']) ?> </span></a> <?= edit_news(2);?></span> </h4> </div> <div class="row"> <!-- البوست الكبير اليسار --> <?php echo renderMainSidePost($newsType2, $lang, 2, $functions, 200); ?> <!-- البوستات الجانبية يمين --> <?php echo renderSidePostsBlock($newsType2, $lang, 2 , $L); ?> </div> </div> <!-- النشاطات --> <div class="block-area"> <div class="block-title-6"> <h4 class="h5 border-primary"> <a href='list-news.php?i=3&lang=<?= $lang ?>'> <span class="bg-primary text-white"> <?= htmlspecialchars($L['activities']) ?> </span></a> <?= edit_news(3);?> </h4> </div> <div class="row"> <!-- البوست الكبير اليسار --> <?php echo renderMainSidePost($newsType3, $lang, 3, $functions, 200); ?> <!-- البوستات الجانبية يمين --> <?php echo renderSidePostsBlock($newsType3, $lang, 3 , $L); ?> </div> </div> <!-- قسم الأبحاث والتقارير (مثال دمج قسمين في صف واحد) --> <div class="block-area"> <div class="row"> <!-- أبحاث (يسار) --> <?php echo renderNewsBlockSection($newsType4, $lang, 4, $L['publications'], $functions,$L); ?> <!-- تقارير (يمين) --> <?php echo renderNewsBlockSection($newsType5, $lang, 5, $L['research_articles'], $functions,$L); ?> </div> </div> <!-- القسم الثالث: أحداث ومشاركات --> <div class="block-area"> <!-- block title --> <div class="block-title-6"> <h4 class="h5 border-primary"> <a href='list-news.php?i=6&lang=<?= $lang ?>'> <span class="bg-primary text-white"> <?= htmlspecialchars($L['events_participations']) ?> </span></a> <?= edit_news(6);?> </h4> </div> <!-- block content --> <?php echo renderCompactNewsList($newsType6, $lang, 6, $functions,$L); ?> </div> </div><!-- /col-md-8 --> <?php include('right_sidebar.php'); ?> </div><!-- /row الرئيسية --> </div><!-- /row المحتوى الكلي --> <!-- نهاية الملف -->
✅ File saved successfully!