PHP Classes

File: application/views/home/content.php

Recommend this page to a friend!
  Classes of harold rita   PHP Thesis Proposal Hub   application/views/home/content.php   Download  
File: application/views/home/content.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Thesis Proposal Hub
Store and publish research thesis documents
Author: By
Last change:
Date: 6 years ago
Size: 269 bytes
 

Contents

Class file image Download

   
<div class="col-md-12">
   
<div class="panel login">
    <div class="panel-heading"><h2><?php print(isset($subtitle) ? $subtitle : '');?></h2></div>
    <div class="panel-body">
    <?php print(isset($content) ? $content : 'Nothing to display here.');?>
</div>
</div>

</div>