checkout/config/quicklinks.php

Go to the documentation of this file.
00001 <?php
00002 // {{{ license
00003 
00004 // +----------------------------------------------------------------------+
00005 // | FastFrame Application Framework                                      |
00006 // +----------------------------------------------------------------------+
00007 // | Copyright (c) 2002-2004 The Codejanitor Group                        |
00008 // +----------------------------------------------------------------------+
00009 // | This source file is subject to the GNU Lesser Public License (LGPL), |
00010 // | that is bundled with this package in the file LICENSE, and is        |
00011 // | available at through the world-wide-web at                           |
00012 // | http://www.fsf.org/copyleft/lesser.html                              |
00013 // | If you did not receive a copy of the LGPL and are unable to          |
00014 // | obtain it through the world-wide-web, you can get it by writing the  |
00015 // | Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, |
00016 // | MA 02111-1307, USA.                                                  |
00017 // +----------------------------------------------------------------------+
00018 
00019 // }}}
00020 // {{{ quicklinks configuration 
00021 
00028 $a_appMenu = array();
00029 $a_appMenu[] = array(
00030     'contents' => _('Checkout Summary'),
00031     'urlParams' => array('module' => 'Loan', 'actionId' => ACTION_DISPLAY_SUMMARY),
00032     'perms' => 'can_use_checkout',
00033 );
00034 
00035 $a_appMenu[] = array(
00036     'contents' => _('Add New Cart'),
00037     'urlParams' => array('module' => 'Loan', 'actionId' => ACTION_ADD_CART),
00038     'perms' => array('can_use_checkout','can_add_cart'),
00039 );
00040 
00041 $a_appMenu[] = array(
00042     'contents' => _('Return Items'),
00043     'urlParams' => array('module' => 'Loan', 'actionId' => ACTION_RETURN_ITEM),
00044     'perms' => array('can_use_checkout','can_return_item'),
00045 );
00046 
00047 // }}}
00048 ?>

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