';
echo '
';
showSearchPortlet ();
echo '
';
if (! isUserAuth () && isEmpty ( $_SESSION ['customerTelNoQuery'] )) {
if ($authStatus == "NOTHING") {
showDealerLoginPortlet ( $PAGE_DEALER_QUERY, $authErrorMsg );
}
} else if (! isUserAuth () && ! isEmpty ( $_SESSION ['customerTelNoQuery'] )) {
showSignUpPortlet ( $authErrorMsg, $TYPE_DEALER );
}
echo '
';
showAboutUsPanel ();
echo '
';
showContactNumbersPortlet ();
showAnkaraKapidaOdemePortlet ();
showUcretsizKargoLimitiPortlet ();
echo '
'; //
echo '
'; //
include "include/footer.php"?>