diff options
Diffstat (limited to 'user_guide/libraries/calendar.html')
-rw-r--r-- | user_guide/libraries/calendar.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide/libraries/calendar.html b/user_guide/libraries/calendar.html index 9d2a01e1b..cd3e66441 100644 --- a/user_guide/libraries/calendar.html +++ b/user_guide/libraries/calendar.html @@ -75,8 +75,6 @@ template, allowing 100% control over every aspect of its design. In addition, yo <code>$this->load->library('calendar');</code>
<p>Once loaded, the Calendar object will be available using: <dfn>$this->calendar</dfn></p>
-<p>You can also set your own class variable name. Please see the <a href="loader.html">Loader Class</a> for more info.</p>
-
<h2>Displaying a Calendar</h2>
|