From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- system/plugins/js_calendar_pi.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'system/plugins/js_calendar_pi.php') diff --git a/system/plugins/js_calendar_pi.php b/system/plugins/js_calendar_pi.php index 16c3f4136..987bd49ed 100644 --- a/system/plugins/js_calendar_pi.php +++ b/system/plugins/js_calendar_pi.php @@ -7,19 +7,19 @@ * @package CodeIgniter * @author Rick Ellis * @copyright Copyright (c) 2006, pMachine, Inc. - * @license http://www.codeignitor.com/user_guide/license.html + * @license http://www.codeignitor.com/user_guide/license.html * @link http://www.codeigniter.com * @since Version 1.0 * @filesource */ - + // ------------------------------------------------------------------------ /* Instructions: Load the plugin using: - + $this->load->plugin('js_calendar'); Once loaded you'll add the calendar script to the of your page like this: @@ -123,13 +123,13 @@ Lastly, you'll need some CSS for your calendar: */ - + function js_calendar_script($form_name = 'entryform') -{ +{ ob_start(); ?> -