Annotation of /com_supacart/trunk/admin_files/html/shop.registration.php
Parent Directory
|
Revision Log
Revision 4 - (view) (download)
| 1 : | andphe | 4 | <?php |
| 2 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 3 : | /** | ||
| 4 : | * | ||
| 5 : | * @version $Id: shop.registration.php 617 2007-01-04 19:43:08Z soeren_nb $ | ||
| 6 : | * @package SupaCart | ||
| 7 : | * @subpackage html | ||
| 8 : | * See COPYRIGHT.php for copyright notices and details. | ||
| 9 : | * @license GNU/GPL Version 2, see LICENSE.php | ||
| 10 : | * SupaCart is free software, originally derived from Virtuemart. This version may have been modified pursuant | ||
| 11 : | * to the GNU General Public License, and as distributed it includes or | ||
| 12 : | * is derivative of works licensed under the GNU General Public License or | ||
| 13 : | * other free or open source software licenses. | ||
| 14 : | * See /administrator/components/com_supacart/COPYRIGHT.php for copyright notices and details. | ||
| 15 : | * | ||
| 16 : | * http://www.supacart.com | ||
| 17 : | */ | ||
| 18 : | mm_showMyFileName( __FILE__ ); | ||
| 19 : | $mainframe->setPageTitle( $VM_LANG->_REGISTER_TITLE ); | ||
| 20 : | $mainframe->appendPathWay( $VM_LANG->_REGISTER_TITLE.' / '. _BUTTON_LOGIN ); | ||
| 21 : | if( !$my->id ) { | ||
| 22 : | ?> | ||
| 23 : | <fieldset> | ||
| 24 : | <legend><span class="sectiontableheader"><?php echo $VM_LANG->_PHPSHOP_RETURN_LOGIN ?></span></legend> | ||
| 25 : | <br /> | ||
| 26 : | <?php | ||
| 27 : | include(PAGEPATH.'checkout.login_form.php'); | ||
| 28 : | ?> | ||
| 29 : | <br /> | ||
| 30 : | </fieldset><br /> | ||
| 31 : | <?php | ||
| 32 : | |||
| 33 : | |||
| 34 : | ?><br /> | ||
| 35 : | <div class="sectiontableheader"><?php echo $VM_LANG->_PHPSHOP_NEW_CUSTOMER ?></div> | ||
| 36 : | <br /><?php | ||
| 37 : | |||
| 38 : | include(PAGEPATH. 'checkout_register_form.php'); | ||
| 39 : | ?> | ||
| 40 : | <br /> | ||
| 41 : | <?php | ||
| 42 : | } | ||
| 43 : | else { | ||
| 44 : | mosRedirect( $sess->url( URL.'index.php?page='.HOMEPAGE ) ); | ||
| 45 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

