PHP Classes

File: SmallServerAdmin/Controls/Panel.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/Controls/Panel.php   Download  
File: SmallServerAdmin/Controls/Panel.php
Role: Auxiliary script
Content type: text/plain
Description: Panel control
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 203 bytes
 

Contents

Class file image Download
<div class="panel panel-default">
  <?php if (isset($this->Title)) {?>
<div class="panel-heading"><?=$this->Title?></div>
  <?php } ?>
<div class="panel-body">
    <?=$this->Content?>
</div>
</div>