<%@language="VBScript"%> <% Response.Expires = -1 %> <% if not request("chyba") = "" and session("reload") = "1" then %> <% end if %> <% if session("reload") = "1" then session("reload") = "" %> <% end if %>
Nastavení kontaktů
<% Set rs = CreateObject("ADODB.RecordSet") strSQL = "SELECT kontakt FROM shop WHERE id_shop = " & application("id_shop") rs.Open strSQL, conn, 1, 1 %> <% rs.close %>

Otevírací doba



<% conn.close %>