add calendar events
This commit is contained in:
14
src/eventcalendar.php
Normal file
14
src/eventcalendar.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
ini_set('display_errors','on');
|
||||
error_reporting(E_ALL);
|
||||
|
||||
require '/vhosts/beta/wp-load.php';
|
||||
//require '/thosts/vij/wp/wp-load.php';
|
||||
|
||||
|
||||
|
||||
if (isset($_GET['month']) and $_GET['year']){
|
||||
calend_block($_GET['month'], $_GET['year']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user