X7ROOT File Manager
Current Path:
/home/jurarevi/beta.jurareview.ro/application/views/admin
home
/
jurarevi
/
beta.jurareview.ro
/
application
/
views
/
admin
/
📁
..
📄
admin_home.php
(48 B)
📄
admin_menu.php
(1.87 KB)
📄
announcement_edit.php
(2.27 KB)
📄
announcements_list.php
(1.01 KB)
📄
chapter_edit.php
(4.26 KB)
📄
chapters_edit.php
(1.38 KB)
📄
edit_pagina.php
(2.9 KB)
📄
headerFooter.php
(1.22 KB)
📄
lista_pagini.php
(1.25 KB)
📄
login.php
(655 B)
📄
menus_edit.php
(7.86 KB)
📄
miscconfig.php
(1.7 KB)
📄
sidebar_edit.php
(2.79 KB)
📄
volume_edit.php
(8.33 KB)
📄
volumes_list.php
(830 B)
Editing: headerFooter.php
<div class="container main-content"> <form method="POST" id="header-footer-form" action="/headerFooter/updateHeaderFooter"> <div class="row"> <br/> <div class="col-sm-3"> <label for="header" class="form-lable">Header:</label> </div> <div class="col-sm-9"> <textarea class="form-input" id="header" name="header" value=""><?php echo !empty($header['Text']) ? $header['Text'] : '' ;?></textarea> </div> </div> <br/> <div class="row"> <div class="col-sm-3"> <label for="footer" class="form-lable">Footer:</label> </div> <div class="col-sm-9"> <textarea class="form-input" id="footer" name="footer" value=""><?php echo !empty($footer['Text']) ? $footer['Text'] : '' ;?></textarea> </div> </div> <br/> <div class="row"> <div class="col-sm-3"> </div> <div class="col-sm-9"> <button class="btn btn-success" onclick="$('#header-footer-form').submit();" style="float:right;">Save</button> </div> </div> </form> </div>
Upload File
Create Folder