HTML::Latemp::NavLinks::GenHtml::Text - A class to generate the text HTML of


HTML-Latemp-NavLinks-GenHtml documentation  | view source Contained in the HTML-Latemp-NavLinks-GenHtml distribution.

Index


NAME

Top

HTML::Latemp::NavLinks::GenHtml::Text - A class to generate the text HTML of the navigation links.

SYNOPSIS

Top

    my $obj = HTML::Latemp::NavLinks::GenHtml::Text->new(
        root => $path_to_root,
        nav_links_obj => $links,
        );

DESCRIPTION

Top

This module generates text navigation links. root is the relative path to the site's root directory. nav_links are the navigation links' objects hash as returned by HTML::Widgets::NavMenu or something similar.

METHODS

Top

$obj->get_total_html()

Calculates and returns the final HTML.

AUTHOR

Top

Shlomi Fish, <shlomif@iglu.org.il>

BUGS

Top

Please report any bugs or feature requests to bug-html-latemp-navlinks-genhtml@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-Latemp-NavLinks-GenHtml. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


HTML-Latemp-NavLinks-GenHtml documentation  | view source Contained in the HTML-Latemp-NavLinks-GenHtml distribution.