Recently received from Lloyd via email:
----
Right now, I have a link on a site's main menu that
looks something like
this:
<a
href="http://www.mysite.com/index.php?module=mailinglists&op=sendEmail&list=1">Email
the committee</a>
The idea is to have an easy way for folks to access the
email lists (it's a pain to click your way into the
control panel). When a user is not logged in, the link
leads to a blank screen.
This is a good solution for now. In the future, you
might want to consider how you want to expose the
mailing lists functions to other phpwebsite modules (in
particular, the menu manager)
- Lloyd