PHP Classes

File: bootstrap/sbnoblesse/index.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   bootstrap/sbnoblesse/index.php   Download  
File: bootstrap/sbnoblesse/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 100 bytes
 

Contents

Class file image Download
<?php

include('head.php');

include(
'left.php');

include(
'right.php');

include(
'footer.php');

?>