diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-15 19:23:36 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-15 19:23:36 +0000 |
commit | daa94f879d18a350971cca7e695a0fcf36b3fd81 (patch) | |
tree | f917304e05d3760de33ad04dcc6316567dccaead /documentation | |
parent | 92c15864baddbe675b87a230bdd20bd8d673cbf6 (diff) | |
download | elgg-daa94f879d18a350971cca7e695a0fcf36b3fd81.tar.gz elgg-daa94f879d18a350971cca7e695a0fcf36b3fd81.tar.bz2 |
Refs @2450: Better documentation for $CONFIG->view.
git-svn-id: http://code.elgg.org/elgg/trunk@6938 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/stubs/config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/stubs/config.php b/documentation/stubs/config.php index 3496b7489..8a88fd85b 100644 --- a/documentation/stubs/config.php +++ b/documentation/stubs/config.php @@ -241,6 +241,10 @@ $CONFIG->siteemail; /** * The current view type * + * View types determin the location of view files that are used to draw pages. + * They are set system-wide by the $_REQUEST['view']. If a view type is manually + * set in settings.php or through a function hooking to the {@elgg_hook + * * @warning This is the current view type used to determine where to load views. * Don't confuse this with the current view. * |