PHP Classes

File: application/views/defaults/default.php

Recommend this page to a friend!
  Classes of harold rita   CodeIgniter Template Viewer Class   application/views/defaults/default.php   Download  
File: application/views/defaults/default.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CodeIgniter Template Viewer Class
Render views using templates in a CodeIgniter App
Author: By
Last change:
Date: 1 year ago
Size: 368 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title><?=isset($default_title) ? $default_title : 'Coloftech'; ?></title>

    <link rel="stylesheet" type="text/css" href="<?=base_url('public/bootstrap/css/bootstrap.min.css');?>">

    <script type="text/javascript" src="<?=base_url('public/bootstrap/js/bootstrap.min.js');?>"></script>
</head>
<body>
    <?php echo $body; ?>
</body>
</html>