芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr/plugins/function.modified_date.php
variables['pageinfo']; if(empty($params['format'])) { $format = "%x %X"; } else { $format = $params['format']; } if (isset($pageinfo) && isset($pageinfo->content_modified_date) && $pageinfo->content_modified_date > -1) { return htmlentities(strftime($format, $pageinfo->content_modified_date)); } else { return ""; } } function smarty_cms_help_function_modified_date() { echo lang('help_function_modified_date'); } function smarty_cms_about_function_modified_date() { ?>
Author: Ted Kulp<tedkulp@users.sf.net>
Version: 1.0
Change History:
None