>
images/store_logo_bg.jpg">
">
images/store_logo.gif" alt="" border="0">
images/store_logo_bg.jpg">
images/tab.gif" style='cursor:hand;' onclick='window.external.AddFavorite(location.href,document.title);'>
images/tab.gif" style='cursor: hand;' onClick="location.href='control_panel.php'">
if(($page!=="order")&&($online!=="N")) { //display welcome is session is not registered if (!session_is_registered("valid_user")) { echo$la_welcome_geust; } //display welcome is session is registered if (session_is_registered("valid_user")) { $sql_select = mysql_query( "select * from ".$prefix."store_customer where email='$valid_user'"); while ($row = mysql_fetch_array($sql_select)) { $user_name = $row["name"]; } echo"
$la_welcome_member $user_name
$la_welcome_tools"; } }//end if(($page!=="order")&&($online!=="N")) // if store is selected as off line display message and disable if($online=="N") { echo"$offmsg
"; exit; }?>