X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/68dbf4a4cb26b9554a23f076438109d7fc2d861c..9836938f40f4738dd4e1fabd585e24be5b2bffba:/SL/Layout/Dispatcher.pm diff --git a/SL/Layout/Dispatcher.pm b/SL/Layout/Dispatcher.pm index b125a2668..fa6333762 100644 --- a/SL/Layout/Dispatcher.pm +++ b/SL/Layout/Dispatcher.pm @@ -167,6 +167,12 @@ Non-existing files will be pruned from the list. Backwards compatible alias for C. Deprecated. +=item C + +Can be overwritten in sub-layouts to return a list of needed stylesheets. The +values will be resolved by the actual layout in addition to the +C accumulator. + =item C Adds the list of arguments to the list of used javascripts. @@ -179,6 +185,13 @@ Non-existing files will be pruned from the list. Backwards compatible alias for C. Deprecated. + +=item C + +Can be overwritten in sub-layouts to return a list of needed javascripts. The +values will be resolved by the actual layout in addition to the +C accumulator. + =item C Add a snippet of javascript.