Hi all.
I have here a patch against 1.2 to modify how BANNER_PROG is treated.
What this patch does first off is make the banner program act exactly as
the documentation says it should (previously I could not get [#B{TAG}#]
to work, only [#B#] worked.)
The other thing that this patch does is make it so that the banner
output is processed in the same way as the original template html that
called the banner.
WARNING: If you do not pay attention you can code infinite banner loops
into your templates.
You might ask why I wanted to do this. Well, it's kinda simple. I'm
lazy. There are 3 templates that use the login box. Instead of having
3 copies of the actual HTML to create this login box, I made a banner
out of it and just use [#B{login}] in the 3 files that need it. Another
thing I used this for is to make editing my navigation box easier.
So anyhow, hope you like it.
Leeman Strout
diff-sqwebmail.c