% if ( ref $favicon && exists $favicon->{filename} ) { % } % if ($state->development) { % } % if ( $profile->top100 ) { Rambler's 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'); my $favicon = $profile->get_image('favicon');