% ' Fruibile - L'elemento CMS Open Source che mancava ' Copyright (C) 2002-2006 Roberto Scano ' ' Licensed under the terms of the GNU Lesser General Public License: ' http://www.opensource.org/licenses/lgpl-license.php ' ' For further information visit: ' http://www.fruibile.it/ ' ' File Author: ' Roberto Scano (mail@robertoscano.info) %> <% if isnumeric(request("mnu")) then if Session("supervisor") = true then SQL = "SELECT * from " & application("prefix") & "moduli where visibile=1 and idmodulo=" & request("mnu") & " order by posizione" else SQL = "SELECT * from " & application("prefix") & "moduli where (" & session("SQLMENU") & ") and (visibile=1 and idmodulo=" & request("mnu") & ") order by posizione" end if Set rslang = Conn.execute(SQL) percorso = " " & fixstring(MNULanguage(rslang("title_id")),"d") %>
<%=fixstring(MNULanguage(rslang("description_id")),"d")%><%=DICLanguage(0)%>
<% rslang.close set rslang=nothing else response.redirect "/backoffice/default.asp" end if%>