Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/cce/Views/layouts
NameTypeSizeActions
📁 .. Folder -
📄 aboutus-layout.php File 1676
Edit Download
📄 article-layout.php File 21975
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 59102
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

View File: contactus-layout.php

    <!--content-->
        <main id="content">
            <div class="container">
                <div class="row">
                    <!--breadcrumb-->
                    <div class="col-12">
                        <div class="breadcrumb u-breadcrumb  pt-3 px-0 mb-0 bg-transparent small">
                        <a class="breadcrumb-item" href="index.php?lang=<?= $lang ?>"><?= $L['home'] ?></a>
                         &nbsp;&nbsp;&#187;&nbsp;&nbsp;<?= $L['contact_us']; ?></div>
                    </div>
                    <!--end breadcrumb-->
                  
                      <div class="col-md-8">
      
                        <article class="post-397 page type-page status-publish hentry" id="post-397">

                            <header class="entry-header post-title">

                                <h1 class="entry-title h1 text-center display-4-md display-3-lg mt-2"><?= $L['contact_us']; ?></h1>
                                <hr class="hr-after mx-auto">

                            </header><!-- .entry-header -->


                       <div class="entry-content post-content post-page inside-text">

                            
                         <?=   $_contactus ?>
                         
                       <p class="footer-info mb-2"> 
                          <?= $L['address'] ." : " .  $address ?>
                        </p>
                        <p class="footer-info mb-2"> 
                         <?= $L['phone'] ." : " . $siteInfo['phone'] ?>
                        </p>
                        <p class="footer-info mb-2"> 
                           <?=  $L['email'] ." : " .$siteInfo['email'] ?>
                        </p>
                          
                        <div class="social mb-4">
                         <?php foreach ($socialPlatforms as $platform): 
                          if (!empty($platform['url'])): ?>
                        <span class="my-2 me-3">
                          <a href="<?= htmlspecialchars($platform['url']) ?>" target="_blank" rel="noopener noreferrer" aria-label="<?= htmlspecialchars($platform['name']) ?>">
                            <?= getSocialIconSvg($platform['icon'],1.5) ?> 
                          </a>
                        </span>
                        <?php endif; endforeach; ?><?=  edit_social();?>   
                        </div> 
                             
                           
                        <?php 
  $lang = $lang ?? 'ar';
   // تحويل اللغة لرمز مدعوم في Google Maps Embed
switch ($lang) {
    case 'ar':
        $google_lang = 'ar';
        break;
    case 'en':
        $google_lang = 'en';
        break;
    case 'ku':
        $google_lang = 'ar'; // أو 'en' حسب تفضيلك
        break;
    default:
        $google_lang = 'ar';
        break;
}

  $map_embed_url = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26655.412050639763!2d44.39113941896974!3d33.372984698866134!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1557787d32cf871f%3A0x2542a34e1d0d1278!2z2KfZhNmD2YTZitmHINin2YTYqtix2KjZiNmK2Ycg2KfZhNmF2YHYqtmI2K3YqQ!5e0!3m2!1s{$google_lang}!2siq!4v1688113701699!5m2!1s{$google_lang}!2siq";
?>
<div class="social">
  <iframe 
    src="<?= htmlspecialchars($map_embed_url) ?>"
    width="100%" height="230"
    style="border:0;" allowfullscreen
    loading="lazy"
    referrerpolicy="no-referrer-when-downgrade">
  </iframe>
</div>


                     
                                 
                                <hr class="my-4" /> 
                                <div class="gap-1"></div> 

                            </div><!-- .entry-content -->
                             
                        </article><!-- #post-## --> 

                    </div>
                      <?php include('right_sidebar.php'); ?> 
                    </div> 
            </div>
        </main>