|
|
Start of topic | Skip to actions
%WEATHER{23602}%
sub getTopicNames {
my( $this, $web ) = @_ ;
ASSERT($this->isa('TWiki::Store')) if DEBUG;
$web =~ s#\.#/#go;
my $handler = $this->_getHandler( $web );
return $handler->getTopicNames();
}
comments
|
Inline search
To embed a search in a topic, use the %SEARCH{ parameters }% TWiki Variable. The search variable ... Read on |