]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs @2450: Better documentation for $CONFIG->view.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 15 Sep 2010 19:23:36 +0000 (19:23 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 15 Sep 2010 19:23:36 +0000 (19:23 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6938 36083f99-b078-4883-b0ff-0f9b5a30f544

documentation/stubs/config.php

index 3496b748983f5df3e1a14f0bfc95b66dbd3c31ab..8a88fd85b972ffb404f0d16939aa4ed94a38b080 100644 (file)
@@ -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.
  *