diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-08 01:13:04 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-08 01:13:04 +0100 |
commit | 63c4591fb9db1c3711a93e985bc39f61d14476ff (patch) | |
tree | 4a8a7da35a9d3eb1806e3176a05030cdfe9f07d9 /user_guide/helpers/smiley_helper.html | |
parent | 1a6cdd16120dac7e0e04a7ce4acae467131f9cb2 (diff) |
fixed link to smileys zip file
Diffstat (limited to 'user_guide/helpers/smiley_helper.html')
-rw-r--r-- | user_guide/helpers/smiley_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html index 8582338a8..4eb8907c8 100644 --- a/user_guide/helpers/smiley_helper.html +++ b/user_guide/helpers/smiley_helper.html @@ -82,7 +82,7 @@ Your users can click a desired smiley and with the help of some JavaScript it wi <p>Here is an example demonstrating how you might create a set of clickable smileys next to a form field. This example
requires that you first download and install the smiley images, then create a controller and the View as described.</p>
-<p class="important"><strong>Important:</strong> Before you begin, please <a href="http://codeigniter.com/downloads/smileys.zip">download the smiley images</a> and put them in
+<p class="important"><strong>Important:</strong> Before you begin, please <a href="http://codeigniter.com/download_files/smileys.zip">download the smiley images</a> and put them in
a publicly accessible place on your server. This helper also assumes you have the smiley replacement array located at
<dfn>application/config/smileys.php</dfn></p>
|