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:
top-menu.php
Size: 1,175 bytes
Lines: 33
Type: .php
💾 Save
Cancel
✕
<div class="top-menu bg-dark text-light"> <div class="container"> <!--Navbar Mobile--> <div style="margin-right:0px"> <nav class="navbar navbar-expand d-lg-none navbar-dark bg-dark px-0"> <div id="navbar-mobile" class="collapse navbar-collapse nav-top-mobile"> <!--Top left menu--> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" href="aboutus.php"><?= htmlspecialchars($L['about_us']) ?></a> </li> <li class="nav-item"><?= edit_about(); ?></li> <li class="nav-item"> <a class="nav-link" href="contactus.php"><?= htmlspecialchars($L['contact_us']) ?></a> </li> <li class="nav-item"><?= edit_contact(); ?></li> <?php include('list-languages.php') ?> </ul> </div> <button class="theme-toggle btn btn-link p-0" aria-label="Toggle theme"> <svg class="icon" width="28" height="28"> <use xlink:href="#ico-moon"></use> </svg> </button> </nav> </div> <!-- End Navbar Mobile--> </div> </div>
✅ File saved successfully!