Kwiki::CSS - Kwiki CSS Base Class


Kwiki documentation Contained in the Kwiki distribution.

Index


Code Index:

NAME

Top

Kwiki::CSS - Kwiki CSS Base Class

SYNOPSIS

Top

DESCRIPTION

Top

AUTHOR

Top

Brian Ingerson <INGY@cpan.org>

COPYRIGHT

Top


Kwiki documentation Contained in the Kwiki distribution.

package Kwiki::CSS;
use Kwiki::WebFile -Base;

const class_id => 'css';
const default_path_method => 'css_path';

conf css_path => [ 'css' ];

__DATA__