% $PAGE{stylesheet} %>
<%
if ($PAGE{id} eq 'shop') {
return qq();
}
elsif ($PAGE{id} eq 'shop_www') {
return qq();
}
%>
<%
return htmlMenu(
only => "$PAGE{publikation}",
ignore => "$PAGE{publikation}_footer",
min => 1,
max => 3,
openall => 1,
offset => 3,
);
%>
<% $PAGE{content} %>