PHP Classes

File: WIAdmin/WIPlugin/WICalender/index.php

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

Contents

Class file image Download

<?php
define
("INCLUDE_CHECK", true);
include_once
'../../WICore/init.php';
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link type="text/css" rel="stylesheet" href="style.css"/>
<script src="jquery.min.js"></script>
</head>
<body>

<div id="calendar_div">
    <?php echo WICalender::getCalender(); ?>
</div>

</body>
</html>