25 Recent Posts
0.2
Increases the number of posts which are shown if you see the recent posts to 25.
Pyrrhon
http://www.philtalk.de/
Sources/Recent.pl
sub RecentPosts {
my $display = 10;
sub RecentPosts {
my $display = 25;
english.lng
$txt{'792'} = "10 most recent posts";
$txt{'793'} = "of this forum.";
$txt{'792'} = "last post";
$txt{'793'} = "of the 25 most recent discussions.";