PHP Classes

File: WIAdmin/WIInc/edit/WIInc/start_up.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/edit/WIInc/start_up.php   Download  
File: WIAdmin/WIInc/edit/WIInc/start_up.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: 7 years ago
Size: 293 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title><?php echo $WI['site_name']; ?></title>
    <?php echo $web->Meta(); ?>

<?php
include_once 'WIInc/css_links.php';
include_once
'WIInc/js_links.php';

?>