apps.php

Go to the documentation of this file.
00001 <?php
00003 // {{{ license
00004 
00005 // +----------------------------------------------------------------------+
00006 // | FastFrame Application Framework                                      |
00007 // +----------------------------------------------------------------------+
00008 // | Copyright (c) 2002-2004 The Codejanitor Group                        |
00009 // +----------------------------------------------------------------------+
00010 // | This source file is subject to the GNU Lesser Public License (LGPL), |
00011 // | that is bundled with this package in the file LICENSE, and is        |
00012 // | available at through the world-wide-web at                           |
00013 // | http://www.fsf.org/copyleft/lesser.html                              |
00014 // | If you did not receive a copy of the LGPL and are unable to          |
00015 // | obtain it through the world-wide-web, you can get it by writing the  |
00016 // | Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, |
00017 // | MA 02111-1307, USA.                                                  |
00018 // +----------------------------------------------------------------------+
00019 
00020 // }}}
00049 $apps['mayday'] = array(
00050     'name'              => _('Mayday!'),
00051     'status'            => 'enabled',
00052 );
00053 
00057 $apps['checkout'] = array(
00058     'name'              => _('Check Out'),
00059     'status'            => 'enabled',
00060 );
00061 
00062 
00066 $apps['profile'] = array(
00067     'name'              => _('Profile'),
00068     'status'            => 'enabled',
00069 );
00070 
00074 $apps['permissions'] = array(
00075     'name'              => _('Permissions'),
00076     'status'            => 'enabled',
00077 );
00078 
00082 $apps['phonelist'] = array(
00083     'name'              => _('Phone List'),
00084     'status'            => 'enabled',
00085 );
00086 
00090 $apps['portal'] = array(
00091     'name'              => _('Info Portal'),
00092     'status'            => 'enabled',
00093 );
00094 
00098 $apps['alum_website'] = array(
00099     'name'              => _('Alumni Website'),
00100     'status'            => 'disabled',
00101 );
00102 
00106 $apps['massmail'] = array(
00107     'name'              => _('Mass Mailer'),
00108     'status'            => 'enabled',
00109 );
00110 
00114 $apps['catalog_request'] = array(
00115     'name'              => _('Catalog Requests'),
00116     'status'            => 'disabled',
00117 );
00118 
00122 $apps['login'] = array(
00123     'name'              => _('Login'),
00124     'status'            => 'enabled',
00125 );
00126 ?>

Generated on Fri Jun 23 11:38:14 2006 for FastFrame by  doxygen 1.4.4