Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [BLOOD] All Links Output

Quote Reply
Re: [BLOOD] All Links Output In reply to
Code:
sub {
require Links::SiteHTML;
my $output;
my $sth = $DB->table('Links')->select;
while (my ($rec) = $sth->fetchrow_hashref) {
$output .= Links::SiteHTML::display('link', $rec);
}
return $output;
}
Subject Author Views Date
Thread All Links Output BLOOD 11072 Mar 16, 2003, 9:17 AM
Post Re: [BLOOD] All Links Output
webmaster33 10936 Mar 16, 2003, 10:21 AM
Thread Re: [BLOOD] All Links Output
Paul 10989 Mar 16, 2003, 11:00 AM
Thread Re: [Paul] All Links Output
BLOOD 10932 Mar 16, 2003, 11:13 AM
Thread Re: [BLOOD] All Links Output
klauslovgreen 10994 Mar 16, 2003, 11:25 AM
Thread Re: [klauslovgreen] All Links Output
BLOOD 10983 Mar 16, 2003, 11:32 AM
Post Re: [BLOOD] All Links Output
Paul 10887 Mar 16, 2003, 11:58 AM
Thread Re: [BLOOD] All Links Output
klauslovgreen 10894 Mar 16, 2003, 8:48 PM
Thread Re: [klauslovgreen] All Links Output
IndigoClothing 10790 Oct 23, 2003, 10:54 AM
Thread Re: [IndigoClothing] All Links Output
BLOOD 10795 Oct 24, 2003, 1:37 AM
Thread Re: [BLOOD] All Links Output
IndigoClothing 10783 Oct 24, 2003, 1:53 AM
Post Re: [IndigoClothing] All Links Output
IndigoClothing 10834 Oct 24, 2003, 3:30 AM
Thread Re: [BLOOD] All Links Output
theguy 10639 May 5, 2006, 3:08 AM
Thread Re: [theguy] All Links Output
afinlr 10650 May 5, 2006, 6:42 AM
Thread Re: [afinlr] All Links Output
netnow 10571 Jan 12, 2007, 11:59 AM
Thread Re: [netnow] All Links Output
afinlr 10532 Jan 12, 2007, 12:13 PM
Post Re: [afinlr] All Links Output
netnow 10457 Jan 12, 2007, 12:19 PM
Post Re: [afinlr] All Links Output
netnow 10497 Jan 12, 2007, 12:41 PM