diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-12-26 08:54:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-12-26 08:54:19 +0000 |
| commit | 97628905df259433220f551a1e9388f42d254b23 (patch) | |
| tree | 0fb5cad4074e0ebfa8ffe0dc2ccd14e6dbb5e6e6 /plugins/mime.flash.php | |
| parent | 07fae7bc3dceabb76e5bb1c00d9ed7d36ac849d5 (diff) | |
| download | liberty-97628905df259433220f551a1e9388f42d254b23.tar.gz liberty-97628905df259433220f551a1e9388f42d254b23.tar.bz2 liberty-97628905df259433220f551a1e9388f42d254b23.zip | |
split storage and attachment templates into separate templates for easier maintenance and better control.
Diffstat (limited to 'plugins/mime.flash.php')
| -rw-r--r-- | plugins/mime.flash.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/mime.flash.php b/plugins/mime.flash.php index 0198c63..6353f3a 100644 --- a/plugins/mime.flash.php +++ b/plugins/mime.flash.php @@ -1,9 +1,9 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.flash.php,v 1.4 2008/09/15 10:32:07 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.flash.php,v 1.5 2008/12/26 08:54:19 squareing Exp $ * * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * created Sunday Jul 02, 2006 14:42:13 CEST * @package liberty * @subpackage liberty_mime_handler @@ -35,6 +35,8 @@ $pluginParams = array( // Template used when viewing the item 'view_tpl' => 'bitpackage:liberty/mime/flash/view.tpl', 'inline_tpl' => 'bitpackage:liberty/mime/flash/inline.tpl', + 'storage_tpl' => 'bitpackage:liberty/mime/flash/inline.tpl', + 'attachment_tpl' => 'bitpackage:liberty/mime/flash/inline.tpl', // This should be the same for all mime plugins 'plugin_type' => MIME_PLUGIN, // Set this to TRUE if you want the plugin active right after installation |
