Added support for using Squirrelmail without frames
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Dec 2003 18:51:07 +0000 (18:51 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Dec 2003 18:51:07 +0000 (18:51 +0000)
commit1d80c108a1d741b7dcb562ea1cf6d2214322b192
tree5fca8e50c9ec49baedf49a411466dc6457a6eeb9
parent99554426931b5b0480101e6ff7ef5f433ea952a0
Added support for using Squirrelmail without frames
(With many thanks to Jason Wickers (jwickers at scs.wsu.edu))
----
There are still a few minor things to iron out, but overall
it works fairly well at this point.  Any plugin that calls
DisplayPageHeader() will now have to replace their </body></html>
with a simple call to noframes_bottom() to be compatible...
(Possibly rename that function to DisplayPageFooter in the future)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6225 7612ce4b-ef26-0410-bec9-ea0150e637f0
54 files changed:
AUTHORS
ChangeLog
config/conf.pl
functions/global.php
functions/mailbox_display.php
functions/page_header.php
include/validate.php
plugins/abook_take/take.php
plugins/administrator/options.php
plugins/bug_report/bug_report.php
plugins/calendar/calendar.php
plugins/calendar/day.php
plugins/calendar/event_create.php
plugins/calendar/event_delete.php
plugins/calendar/event_edit.php
plugins/filters/options.php
plugins/filters/spamoptions.php
plugins/info/options.php
plugins/listcommands/mailout.php
plugins/mail_fetch/fetch.php
plugins/mail_fetch/options.php
plugins/message_details/message_details_top.php
plugins/message_details/setup.php
plugins/newmail/newmail_opt.php
plugins/newmail/sounds/FanFair.wav
plugins/newmail/sounds/Friends.wav
plugins/newmail/sounds/MontyPython.wav
plugins/newmail/sounds/Notify.wav
plugins/spamcop/options.php
plugins/spamcop/spamcop.php
plugins/squirrelspell/sqspell_functions.php
plugins/translate/options.php
src/addrbook_search_html.php
src/addressbook.php
src/compose.php
src/empty_trash.php
src/folders.php
src/help.php
src/image.php
src/left_main.php
src/login.php
src/move_messages.php
src/options.php
src/options_highlight.php
src/options_identities.php
src/options_order.php
src/read_body.php
src/redirect.php
src/right_main.php
src/search.php
src/vcard.php
src/view_header.php
src/view_text.php
src/webmail.php