| Next: Yawns::Stats | Previous: Yawns::Scratchpad | [Table of Contents] |
Yawns::Sidebar - A module for retrieving the user's sidebar
#!/usr/bin/perl -w
use Yawns::Sidebar;
use strict;
my $bar = Yawns::Sidebar->new();
my $menu = $bar->getMenu();
my $login = $bar->getLoginBox();
This module contains code for retrieving the users' menu.
Create a new instance of this object.
Return the menu bar, which has the weblogs, etc, upon it.
Return the login box.
Steve Kemp
http://www.steve.org.uk/
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.