Subversion Repositories cheapmusic

Rev

Rev 122 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 122 Rev 124
Line 38... Line 38...
38
    <!--//header-->
38
    <!--//header-->
39
 
39
 
40
    <!--main-->
40
    <!--main-->
41
	<div class="main-content">
41
	<div class="main-content">
42
          <div class="wrapper-frm bg-light text-dark border shadow text-center">
42
          <div class="wrapper-frm bg-light text-dark border shadow text-center">
43
    	    <div>
43
    	    <div class="header">
44
               <h1>Create a New Account</h1>
44
               <h1>Create a New Account</h1>
45
            </div>
45
            </div>
46
            <div class="top">
46
            <div class="top">
47
				<?php echo !empty($statusMsg) ? '<p class="status-msg ' . $statusMsgType . '">' . $statusMsg . '</p>' : ''; ?>
47
				<?php echo !empty($statusMsg) ? '<p class="status-msg ' . $statusMsgType . '">' . $statusMsg . '</p>' : ''; ?>
48
                <form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
48
                <form action="<?php echo BASE_URL; ?>userAccount.php" method="post">