diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-06-26 19:05:55 +0200 |
commit | ff845f94cc8876bc6c23c2f55b695bc569038512 (patch) | |
tree | 758d7880dabce6b0c89eb79bc11a60699c52b2fb /user_guide/libraries/calendar.html | |
parent | 85f66ea6d2291c77a937305457592e24c85425ae (diff) |
changed your-site.com to example.com doc-wide
Diffstat (limited to 'user_guide/libraries/calendar.html')
-rw-r--r-- | user_guide/libraries/calendar.html | 10 |
1 files changed, 5 insertions, 5 deletions
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:</p> <code>$this->load->library('calendar');<br />
<br />
$data = array(<br />
- 3 => 'http://your-site.com/news/article/2006/03/',<br />
- 7 => 'http://your-site.com/news/article/2006/07/',<br />
- 13 => 'http://your-site.com/news/article/2006/13/',<br />
- 26 => 'http://your-site.com/news/article/2006/26/'<br />
+ 3 => 'http://example.com/news/article/2006/03/',<br />
+ 7 => 'http://example.com/news/article/2006/07/',<br />
+ 13 => 'http://example.com/news/article/2006/13/',<br />
+ 26 => 'http://example.com/news/article/2006/26/'<br />
);<br />
<br />
echo $this->calendar->generate(<kbd>2006</kbd>, <kbd>6</kbd>, <var>$data</var>);</code>
@@ -168,7 +168,7 @@ code similar to this example:</p> <code>$prefs = array (<br />
'show_next_prev' => TRUE,<br />
- 'next_prev_url' => 'http://www.your-site.com/index.php/calendar/show/'<br />
+ 'next_prev_url' => 'http://example.com/index.php/calendar/show/'<br />
);<br />
<br />
$this->load->library('calendar', $prefs);<br />
|