Add preview pane to advanced default template. This serves as an example of how...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 24 Jan 2007 06:51:15 +0000 (06:51 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 24 Jan 2007 06:51:15 +0000 (06:51 +0000)
commit505e00aad983adab70d4b001f450064cbda37b86
tree256cee8a2388d4f52362798e5c6246f6b17fe054
parentd5fd72d0428e854596464a7ca3e2aa17abc99d04
Add preview pane to advanced default template.  This serves as an example of how to use a plugin to provide backend functionality introduced by a template (preview pane needs to be turned on/off by settings in the display preferences, which the plugin does; actual preview pane output is done by the template set).  Note any plugin can be turned on or off for a given skin using the template's own config file.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12197 7612ce4b-ef26-0410-bec9-ea0150e637f0
13 files changed:
plugins/preview_pane/INSTALL [new file with mode: 0644]
plugins/preview_pane/README [new file with mode: 0644]
plugins/preview_pane/empty_frame.php [new file with mode: 0644]
plugins/preview_pane/functions.php [new file with mode: 0644]
plugins/preview_pane/index.php [new file with mode: 0644]
plugins/preview_pane/setup.php [new file with mode: 0644]
plugins/preview_pane/templates/default/empty_frame.tpl [new file with mode: 0644]
plugins/preview_pane/version [new file with mode: 0644]
templates/default_advanced/config.php
templates/default_advanced/page_header.tpl [new file with mode: 0644]
templates/default_advanced/read_menubar_buttons.tpl [new file with mode: 0644]
templates/default_advanced/read_menubar_nav.tpl [new file with mode: 0644]
templates/default_advanced/webmail.tpl [new file with mode: 0644]