Hi,
Is there any way to choose which links appear or is this possible with some other plug-in ?
John
Is there any way to choose which links appear or is this possible with some other plug-in ?
John
| Code |
sub {
my $link = $DB->table('Links')->select( { ID => $_[0] } )->fetchrow_hashref;
return Links::SiteHTML::display('link.html', $link);
}