# ## License: GNU LGPL v.3 # ## Site: http://www.apphp.com/php-calendar/ # ## Copyright: ApPHP Calendar (c) 2009-2012. All rights reserved. # ## # ################################################################################ require_once('install/settings.inc.php'); if(file_exists('../calendar/inc/'.EI_CONFIG_FILE_NAME)){ echo ' Index | ApPHP Calendar Examples

Click below to view ApPHP Calendar examples:

1. Example #1 - Standard Calendar (full access - commonly used for Back-End)
2. Example #2 - Standard Calendar (limited access - commonly used for Front-End)
3. Example #3 - Fully Featured Calendar (full access with Categories and Locations)
4. Example #4 - Small & Standard Calendars (limited access)
5. Example #5 - Run Cron Job file (in debug mode - for MySQL v5.0 or later)
6. Code Example - Code Template

'; }else{ header('location: install/index.php'); } exit; ?>