X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13..075bd42af8885aee3c18fe055a2c82b8b43f4cea:/SL/Layout/Top.pm diff --git a/SL/Layout/Top.pm b/SL/Layout/Top.pm index 533977450..f007e09cb 100644 --- a/SL/Layout/Top.pm +++ b/SL/Layout/Top.pm @@ -13,7 +13,34 @@ sub pre_content { } sub stylesheets { -# 'frame_header/header.css'; + 'frame_header/header.css'; } 1; + +__END__ + +=encoding utf-8 + +=head1 NAME + +SL::Layout::Top - Top line in classic and v4 menu. + +=head1 DOM MODEL + +The entire top line is rendered into a div with id C. The following classes are used: + + frame-header-element: any continuous block of entries + frame-header-left: the left floating part + frame-header-right: the right floating part + frame-header-center: the centered part + +=head1 BUGS + +none yet. :) + +=head1 AUTHOR + +Sven Schoeling Es.schoeling@linet-services.deE + +=cut