X7ROOT File Manager
Current Path:
/home/jurarevi/beta.jurareview.ro/application/views/common
home
/
jurarevi
/
beta.jurareview.ro
/
application
/
views
/
common
/
📁
..
📄
footer.php
(919 B)
📄
header.php
(1.04 KB)
📄
menu.php
(6.35 KB)
📄
sidebar.php
(1.11 KB)
Editing: sidebar.php
<div class="col-sm-3 sidebar" style="min-height:400px; background-color:#D8EBD7; text-align:center;"> <?php if (!empty($sidebar['Image'])) {?> <img alt="" src="/<?php ECHO $sidebar['Image'];?>" style="width:80%; padding:10px; margin-top:10px;"> <?php }?> <div class="buttons-block"> <?php if (!empty($sidebar['FirstButtonText']) && !empty($sidebar['FirstButtonUrl'])) {?> <br/> <button class="btn" onclick="window.location.href='<?php echo $sidebar['FirstButtonUrl'];?>'"><?php echo $sidebar['FirstButtonText'];?></button> <?php }?> <?php if (!empty($sidebar['SecondButtonText']) && !empty($sidebar['SecondButtonUrl'])) {?> <br/> <button class="btn" onclick="window.location.href='<?php echo $sidebar['SecondButtonUrl'];?>'" ><?php echo $sidebar['SecondButtonText'];?></button> <?php }?> <?php if (!empty($sidebar['ThirdButtonText']) && !empty($sidebar['ThirdButtonUrl'])) {?> <br/> <button class="btn" onclick="window.location.href='<?php echo $sidebar['ThirdButtonUrl'];?>'" ><?php echo $sidebar['ThirdButtonText'];?></button> <?php }?> </div> </div> </div>
Upload File
Create Folder