diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2009-02-24 09:55:12 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2009-02-24 09:55:12 +0000 |
| commit | 5e44d076b34b8e926157f1c9a7b3441bf0f5e9e4 (patch) | |
| tree | 3219b63ed0434a4f31e1d6f3508d9214c367d84a /templates | |
| parent | bcbd10190231fd7da077f74dcdae3a837245f95e (diff) | |
| download | liberty-5e44d076b34b8e926157f1c9a7b3441bf0f5e9e4.tar.gz liberty-5e44d076b34b8e926157f1c9a7b3441bf0f5e9e4.tar.bz2 liberty-5e44d076b34b8e926157f1c9a7b3441bf0f5e9e4.zip | |
remove all php includes
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_storage.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/edit_storage.tpl b/templates/edit_storage.tpl index 9a51e62..bcfaaab 100644 --- a/templates/edit_storage.tpl +++ b/templates/edit_storage.tpl @@ -21,7 +21,6 @@ {if $gBitSystem->getConfig('liberty_attachment_style') != 'ajax' || $gContent->isValid()} {if $gBitUser->hasPermission('p_liberty_attach_attachments') } - {php} include (LIBERTY_PKG_PATH."edit_storage_inc.php"); {/php} {foreach from=$gLibertySystem->mPlugins item=plugin key=guid} {* $no_plugins is set by the including template *} {if $plugin.is_active eq 'y' and $plugin.edit_field and $plugin.plugin_type eq 'storage' and !$no_plugins} @@ -40,7 +39,6 @@ {else} {if $gBitUser->hasPermission('p_liberty_attach_attachments') } - {php} include (LIBERTY_PKG_PATH."edit_storage_inc.php"); {/php} {foreach from=$gLibertySystem->mPlugins item=plugin key=guid} {* $no_plugins is set by the including template *} {if $plugin.is_active eq 'y' and $plugin.edit_field and $plugin.plugin_type eq 'storage' and !$no_plugins} |
