Next:
Yawns::Stats
Previous:
Yawns::Scratchpad
 [Table of Contents]

Yawns::Sidebar



NAME

Yawns::Sidebar - A module for retrieving the user's sidebar

SYNOPSIS

    #!/usr/bin/perl -w

    use Yawns::Sidebar;
    use strict;

    my $bar   = Yawns::Sidebar->new();

    my $menu  = $bar->getMenu();
    my $login = $bar->getLoginBox();

DESCRIPTION

This module contains code for retrieving the users' menu.

new

  Create a new instance of this object.

getMenu

  Return the menu bar, which has the weblogs, etc, upon it.

getLoginBox

  Return the login box.

AUTHOR

Steve Kemp

http://www.steve.org.uk/

LICENSE

Copyright (c) 2005,2006 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.


[Top] Generated by HTML::FromPod 0.49 on Fri Nov 21 03:03:58 2008