File Manager
Create Folder
Create File
Upload File
Home
/ Directory >
/
home1
/
swachhmaharashtr
/
public_html
/
app
/
views
/
partials
/
home
Item Name
Actions
add.php
Delete
Rename
Edit
edit.php
Delete
Rename
Edit
index.php
Delete
Rename
Edit
list.php
Delete
Rename
Edit
view.php
Delete
Rename
Edit
Edit File: index.php
<?php $page_id = null; $comp_model = new SharedController; $current_page = $this->set_current_page_link(); ?> <div> <div class="col-12 p-0"> <div class="container-fluid"> <div class="row "> <div class="col-12 p-0 comp-grid"> <h1 ></h1> <div class="card reset-grids"> <?php $this->render_page("home1/view/7" , array( 'show_footer' => false )); ?> </div> <div class=" "> <?php $this->render_page("photo/view/3"); ?> </div> </div> </div> </div> </div> </div>