From ff845f94cc8876bc6c23c2f55b695bc569038512 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 26 Jun 2008 17:05:55 +0000 Subject: changed your-site.com to example.com doc-wide --- user_guide/libraries/calendar.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user_guide/libraries/calendar.html') diff --git a/user_guide/libraries/calendar.html b/user_guide/libraries/calendar.html index 81cdc7134..dd24d9d22 100644 --- a/user_guide/libraries/calendar.html +++ b/user_guide/libraries/calendar.html @@ -97,10 +97,10 @@ generating function. Consider this example:

$this->load->library('calendar');

$data = array(
-               3  => 'http://your-site.com/news/article/2006/03/',
-               7  => 'http://your-site.com/news/article/2006/07/',
-               13 => 'http://your-site.com/news/article/2006/13/',
-               26 => 'http://your-site.com/news/article/2006/26/'
+               3  => 'http://example.com/news/article/2006/03/',
+               7  => 'http://example.com/news/article/2006/07/',
+               13 => 'http://example.com/news/article/2006/13/',
+               26 => 'http://example.com/news/article/2006/26/'
             );

echo $this->calendar->generate(2006, 6, $data);
@@ -168,7 +168,7 @@ code similar to this example:

$prefs = array (
               'show_next_prev'  => TRUE,
-               'next_prev_url'   => 'http://www.your-site.com/index.php/calendar/show/'
+               'next_prev_url'   => 'http://example.com/index.php/calendar/show/'
             );

$this->load->library('calendar', $prefs);
-- cgit v1.2.3-24-g4f1b