9 lines
154 B
PHP
9 lines
154 B
PHP
<?php
|
|
|
|
function calendar_show() {
|
|
require("show_calendar.inc.php");
|
|
}
|
|
|
|
function calendar_edit() {
|
|
require_once('edit_calendar.inc.php');
|
|
} |