PHP Classes

File: WIAdmin/WIInc/edit/contact_us.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/edit/contact_us.php   Download  
File: WIAdmin/WIInc/edit/contact_us.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: 267 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();

$web->top_head();
 
$web->MainMenu();

include_once
'WIInc/contact_us.php';
$web->footer();?>


 
</body>
</html>