% if ( $profile->top100 ) {

% }
%
% ### Верстка головы
% #########################################################
% if ( $m->comp_exists ("/comps/$prj/block_header.msn") ) {
<& "/comps/$prj/block_header.msn" &>
% } else {
<& /comps/block_header.msn &>
% }
% ### /Верстка головы
% ### Главное меню
% ###################################################################
%#
<% Dumper($menus) %>
% if ( ref $menus eq 'ARRAY' && scalar @$menus ) {
% my $i = 0;
% }
% ### /Главное меню
<%init>
my $prj = $request->{project};
my $profile = $request->{project_profile};
my $menus = $profile->get_image('menus');
%init>