<?php if (!tep_session_is_registered('customer_id')) { echo "<form name="login" method="post" action="" . tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL') . ""> " . ENTRY_EMAIL_ADDRESS . " <input type="text" name="email_address" maxlength="96" size="17" value=""> " . ENTRY_PASSWORD . " <input type="password" name="password" maxlength="40" size="17" value=""> " . tep_draw_separator('pixel_trans.gif', '9', '4') . '</td><td style="padding-top:10px;" class="main">' . tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN, 'SSL') . ""; } else { } // echo tep_draw_separator('pixel_trans.gif', '9', '4') . "<BR><A HREF="" . tep_href_link(FILENAME_CREATE_ACCOUNT, '','SSL') . ""><b>Nowe konto</b>" . "</A>"; ?>
coś jest źle w pierwszym echo ale co?