__section__
default
__description__
Repository for random data elements.

* value = the name of the data element to retrieve

Each data element may have any number of other variables.
__title__

__page__
users
__lang__
en_US
__name__
data
__template__
[% SWITCH value %]

[% CASE 'no_user' %]
	[% returnme.data_constant = 1 %]
	The user you requested does not exist, no matter how much you wish this might be the case.

[% CASE 'all_sections' %]
	[% returnme.data_constant = 1 %]
	All Sections

[% END %]

__seclev__
10000
__version__
$Id: data;users;default,v 1.5 2003/08/06 04:50:12 jamie Exp $
