X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2bed2abd309ca9c6a4e86848a994897449e10819..a888cd0873a108e928d63b8a6f02d46c2090f49c:/SL/Layout/Base.pm diff --git a/SL/Layout/Base.pm b/SL/Layout/Base.pm index 1d31a8228..18ef133e9 100644 --- a/SL/Layout/Base.pm +++ b/SL/Layout/Base.pm @@ -65,6 +65,10 @@ sub javascripts_inline { # Interface ######################################## +sub add_stylesheets { + &use_stylesheet; +} + sub use_stylesheet { my $self = shift; push @{ $self->{stylesheets} ||= [] }, @_ if @_; @@ -105,6 +109,9 @@ sub get_stylesheet_for_user { return $css_path; } +sub add_javascripts { + &use_javascript +} sub use_javascript { my $self = shift;