Konstrukt::Plugin::errors - Display the error messages that occured during the page processing
<& errors / &>
Will display the error messages (if any) that have been created with $Konstrukt::Debug-
error_message()>.
A template named error.template
will be used to display them. The template must have a list errors
, which must have a field text
.
You may set the path to the template (error.template
) of this plugin. Default:
errors/template_path /templates/errors/
Inititalization of this class
Installs the templates.
Parameters:
none
Default (and only) action for this plugin. Will display the error messages.
Parameters:
This one should be executed last.
Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.