From daa94f879d18a350971cca7e695a0fcf36b3fd81 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 15 Sep 2010 19:23:36 +0000 Subject: Refs @2450: Better documentation for $CONFIG->view. git-svn-id: http://code.elgg.org/elgg/trunk@6938 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/stubs/config.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation/stubs/config.php') 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. * -- cgit v1.2.3