POD added to last set of Macros.
Internationalized an error message in Product. Fixed typos in docs in Macro_Product.pm
This commit is contained in:
parent
4adafce696
commit
6ded5832ca
11 changed files with 215 additions and 3 deletions
|
|
@ -14,6 +14,23 @@ use strict;
|
|||
use WebGUI::Asset::File::Image;
|
||||
use WebGUI::Session;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Macro::Thumbnail
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Macro for returning a thumbnail to an Image Asset.
|
||||
|
||||
=head2 process ( url )
|
||||
|
||||
=head3 url
|
||||
|
||||
A URL to the Image Asset whose thumbnail you want to display. If no
|
||||
Image Asset can be found with that URL, then undef will be returned.
|
||||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my $url = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue