PHP Classes

File: WIAdmin/WIInc/edit/index.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/edit/index.php   Download  
File: WIAdmin/WIInc/edit/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 205 bytes
 

Contents

Class file image Download
<style type="text/css">
    .fade{
        opacity: 0.5;
    }
</style>
<?php
include_once '../../WICore/lib.php';
$web->Styling();
$web->Scripts();

 include_once
'WIInc/welcome_box.php';
?>


   
</body>
</html>