summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/loader.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-25 16:08:20 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-25 16:08:20 +0100
commitf0b3994f51937c643200a0547f70b1fa7d94f88a (patch)
treed30a6636bc413f9dacbccca13a3f1dd8beffa65a /user_guide/libraries/loader.html
parent022be04a8262857e1bab9bf65e45817d398c31e6 (diff)
moved application folder outside of the system folder
Diffstat (limited to 'user_guide/libraries/loader.html')
-rw-r--r--user_guide/libraries/loader.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index ce693e0b8..98520e77c 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -187,14 +187,14 @@ it will instead return the data as a string.</p>
<h2>Application "Packages"</h2>
-<p>An application package allows for the easy distribution of complete sets of resources in a single directory, complete with its own libraries, models, helpers, config, and language files. It is recommended that these packages be placed in the <dfn>system/application/third_party</dfn> folder. Below is a sample map of an package directory</p>
+<p>An application package allows for the easy distribution of complete sets of resources in a single directory, complete with its own libraries, models, helpers, config, and language files. It is recommended that these packages be placed in the <dfn>application/third_party</dfn> folder. Below is a sample map of an package directory</p>
<h2>Sample Package "Foo Bar" Directory Map</h2>
<p>The following is an example of a directory for an application package named "Foo Bar".</p>
-<code>/system/application/third_party/foo_bar<br />
+<code>/application/third_party/foo_bar<br />
<br />
config/<br />
helpers/<br />