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
/
new
/
Views
/
layouts
/home/ecedu/public_html/new/Views/layouts
Name
Type
Size
Actions
📁
..
Folder
-
Delete
Rename
📄
aboutus-layout.php
File
1676
Delete
Rename
Edit
Download
📄
article-layout.php
File
22554
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
59071
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:
body-layout.php
Size: 1,313 bytes
Lines: 43
Type: .php
💾 Save
Cancel
✕
<!--Skippy--> <a id="skippy" class="visually-hidden-focusable" href="#content"> <div class="container"> <span class="skiplink-text"><?= htmlspecialchars($L['skip_main']) ?></span> </div> </a> <!--Background image--> <div class="bg-image"></div> <!-- ========== WRAPPER ========== --> <div class="wrapper"> <!--Header start--> <?php include 'header-layout.php'; ?> <!--End header--> <!--Main menu--> <?php include 'main-menu.php'; ?> <!--End main menu--> <!-- sidebar mobile menu --> <?php include 'mobile-side.php'; ?> <!-- end sidebar mobile menu --> <!--Content start--> <main id="content"> <div class="container"> <?php // هنا يتم تضمين المحتوى الديناميكي if (isset($content)) { include $content; } ?> </div> </main> <!--End Content--> <!--Footer start--> <?php include 'footer-layout.php'; ?> <!-- End Footer --> </div> <!-- ========== END WRAPPER ========== --> <!--Back to top--> <?php include 'back-top.php'; ?>
✅ File saved successfully!