summaryrefslogtreecommitdiff
path: root/plugins/mime.flash.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-09-15 10:32:09 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-09-15 10:32:09 +0000
commit91d0ba3f8bbf1de752d91f9f8b229efe423287d2 (patch)
tree657e08f226976cb5b2f3bf555dc60d075ad1a0c6 /plugins/mime.flash.php
parent9ec80107411cec0f8d1f861d164a1cd589b2a3ed (diff)
downloadliberty-91d0ba3f8bbf1de752d91f9f8b229efe423287d2.tar.gz
liberty-91d0ba3f8bbf1de752d91f9f8b229efe423287d2.tar.bz2
liberty-91d0ba3f8bbf1de752d91f9f8b229efe423287d2.zip
move mime templates to their own dir to clean up liberty/templates a bit
Diffstat (limited to 'plugins/mime.flash.php')
-rw-r--r--plugins/mime.flash.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mime.flash.php b/plugins/mime.flash.php
index 0d629e7..0198c63 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.3 2008/07/12 11:59:45 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/plugins/mime.flash.php,v 1.4 2008/09/15 10:32:07 squareing Exp $
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* created Sunday Jul 02, 2006 14:42:13 CEST
* @package liberty
* @subpackage liberty_mime_handler
@@ -33,8 +33,8 @@ $pluginParams = array(
'title' => 'Macromedia Flash',
'description' => 'Allow upload and viewing of flash files.',
// Template used when viewing the item
- 'view_tpl' => 'bitpackage:liberty/mime_flash_view_inc.tpl',
- 'inline_tpl' => 'bitpackage:liberty/mime_flash_inline_inc.tpl',
+ 'view_tpl' => 'bitpackage:liberty/mime/flash/view.tpl',
+ 'inline_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