The next step would be to edit the plugins config.php file. $topText is the text/html that you want to appear before the login box and $bottomText is the text/html that you want to appear beneath the login box.
For example --
$topText = '<script language="Javascript" src="/include/popup_window.js"></script>'
<snip>
If you get much more elaborate than this, you may want to just use the embedded login tactic per the link i just sent
// Text and/or images for the bottom of the login page.
// You may use plain text or HTML. If you want to // put images here, you must use an HTML <img> tag.
//
if ($domain == "k12tn.net") {
It should work (did you globalize $domain first?), but it's not highly recommended to put actual code in a config file. If you want to turn the plugin on/off per a certain domain, you can do so in the vLogin plugin ( http://www.squirrelmail.org/plugin_view.php?id=47 ). If you really need separate text here per domain, this plugin can be modified to work with vlogin so you can store per-domain settings there in one place.
- paul
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users