diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-10-28 16:33:52 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-10-28 16:33:52 +0100 |
commit | a4d6b3fd9b950df78e17040ae764836391e900dd (patch) | |
tree | ba5edf4ad9b910c454aab001de3207354d0f8b51 /user_guide | |
parent | b341237fb71f29c7aa591c924742b4693f132593 (diff) |
fixed userguide typo
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/helpers/date_helper.html | 2 | ||||
-rw-r--r-- | user_guide/nav/user_guide_menu.js | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index 1986f4b0d..7b91d8806 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -145,7 +145,7 @@ $timestamp = '1140153693';<br /> $timezone = 'UM8';<br />
$daylight_saving = TRUE;<br />
<br />
-echo gmt_to_local($timestamp, $timezone, daylight_saving);</code>
+echo gmt_to_local($timestamp, $timezone, $daylight_saving);</code>
<p><strong>Note:</strong> For a list of timezones see the reference at the bottom of this page.</p>
diff --git a/user_guide/nav/user_guide_menu.js b/user_guide/nav/user_guide_menu.js new file mode 100644 index 000000000..f24f5d4e9 --- /dev/null +++ b/user_guide/nav/user_guide_menu.js @@ -0,0 +1,4 @@ +window.onload = function() {
+ myHeight = new fx.Height('nav', {duration: 400});
+ myHeight.hide();
+}
\ No newline at end of file |