diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-25 16:08:20 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-25 16:08:20 +0100 |
commit | f0b3994f51937c643200a0547f70b1fa7d94f88a (patch) | |
tree | d30a6636bc413f9dacbccca13a3f1dd8beffa65a /user_guide/helpers | |
parent | 022be04a8262857e1bab9bf65e45817d398c31e6 (diff) |
moved application folder outside of the system folder
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/text_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html index 9e8f8f5e1..0e075b9dc 100644 --- a/user_guide/helpers/text_helper.html +++ b/user_guide/helpers/text_helper.html @@ -121,7 +121,7 @@ part it should correctly identify characters outside the normal range (like acce <code>$string = convert_accented_characters($string);</code> -<p>This function uses a companion config file <dfn>system/application/config/foreign_chars.php</dfn> to define the to and from array for transliteration.</p> +<p>This function uses a companion config file <dfn>application/config/foreign_chars.php</dfn> to define the to and from array for transliteration.</p> <h2>word_censor()</h2> |