芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/plugins/function.description.php
variables['pageinfo']; $config = &$gCms->config; if (isset($pageinfo) && $pageinfo->content_id == -1) { #We've a custom error message... set a message return "404 Error"; } else { $result = $pageinfo->content_titleattribute; if (!(isset($config["use_smarty_php_tags"]) && $config["use_smarty_php_tags"] == true)) { $result = ereg_replace("\{\/?php\}", "", $result); } return $result; } } function smarty_cms_help_function_description() { echo lang('help_function_description'); } function smarty_cms_about_function_description() { ?>
Author: Elijah Lofgren<elijahlofgren@elijahlofgren.com>
Version: 1.0
Change History:
None