__section__
default
__description__
Display NewsVac menu.

* items = arrayref of hashref of menu items (value (link), label)

__title__

__page__
menu
__lang__
en_US
__name__
newsvac
__seclev__
1000
__template__
<table bgcolor="[% user.colors.bg_5 %]" border="0"  width="100%" cellpadding="2" cellspacing="0">
	<tr>
		<td><i>NewsVac Menu</i>:
[ [% FOR i = items %]
		<a href="[% i.value %]">[% i.label %]</a>
	[% " | " UNLESS loop.last %]
[% END %] ]	</td>
	</tr>
</table>

__version__
$Id$
