I hope someone would figure it out and implement it into phpwcms.
I know Oliver is very busy with all kinds of tasks.
I don't want him to get involved with this project and add to his headaches.
Maybe DeXXus would take a look at it.

Hello BijanBijan Hemati wrote:Thanks for your interest Pappnase,
I hope someone would figure it out and implement it into phpwcms.
I know Oliver is very busy with all kinds of tasks.
I don't want him to get involved with this project and add to his headaches.
Maybe DeXXus would take a look at it.
Code: Select all
(<?
include 'cl_files/calendar.php';
?>
<html>
<head>
</head>
<body>
<?
show_calendar(cc);
?>
</body>
</html>)
Code: Select all
{PHP:GPL.html} or {PHP:./GPL.html}
Code: Select all
{PHP:scripts/TestCal.html} or {PHP:./scripts/TestCal.html}
Code: Select all
<html>
<head>
</head>
<body>
<?php
include 'cl_files/calendar.php';
show_calendar(cc);
?>
</body>
</html>