Added POD to several macros.
Updated POD in Storage/Iimage.pm Internationalized error messages from RandomAssetProxy.
This commit is contained in:
parent
3b44d47123
commit
d430f570f4
8 changed files with 106 additions and 7 deletions
|
|
@ -14,6 +14,20 @@ use strict;
|
|||
use WebGUI::Session;
|
||||
use WebGUI::URL;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Macro::Page
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Macro for displaying the url for the current asset.
|
||||
|
||||
=head2 process ( )
|
||||
|
||||
process is really a wrapper around WebGUI::URL::page();
|
||||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
return WebGUI::URL::page();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue