芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr/plugins/function.startExpandCollapse.php
GetConfig(); if (!empty($params['id']) && !empty($params['title'])) { $id = $params['id']; $title = $params['title']; } else { echo 'Error: The expand/collapse plugin requires that both parameters (id,title) are used.'; return; } if ($firstExpandCollapse) { echo ''; $firstExpandCollapse = false; } $url = str_replace('&', '&', $_SERVER['REQUEST_URI']); echo '
'.$title.'
'; } function smarty_cms_help_function_startExpandCollapse() { echo lang('help_function_startexpandcollapse'); } function smarty_cms_about_function_startExpandCollapse() { ?>
Author: Brett Batie<brett-cms@classicwebdevelopment.com>
Version: 1.0
Change History:
None