Base Directory:
/home/ecedu/public_html/cce/Views/layouts
View File: index-layout.php
<!-- بداية المحتوى الرئيسي للصفحة -->
<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 المحتوى الكلي -->
<!-- نهاية الملف -->