Example #1
0
<?php

/**
  @package    catalog::templates::content
  @author     Loaded Commerce
  @copyright  Copyright 2003-2014 Loaded Commerce, LLC
  @copyright  Portions Copyright 2003 osCommerce
  @copyright  Template built on DevKit http://www.bootstraptor.com under GPL license 
  @license    https://github.com/loadedcommerce/loaded7/blob/master/LICENSE.txt
  @version    $Id: account_edit.php v1.0 2013-08-08 datazen $
*/
$Qaccount = lC_Account::getEntry();
?>
<!--content/info/account_edit.php start-->
<div class="row">
  <div class="col-sm-12 col-lg-12">
    <h1 class="page-title"><?php 
echo $lC_Template->getPageTitle();
?>
</h1>
    <?php 
if ($lC_MessageStack->size('account_edit') > 0) {
    echo '<div class="message-stack-container alert alert-error small-margin-bottom margin-left-neg">' . $lC_MessageStack->get('account_edit') . '</div>' . "\n";
}
?>
  </div>
  <div class="col-sm-12 col-lg-12">
    <form role="form" name="account_edit" id="account_edit" action="<?php 
echo lc_href_link(FILENAME_ACCOUNT, 'edit=save', 'SSL');
?>
" method="post" onsubmit="return check_form(account_edit);">