芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/plugins/function.menu_text.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_menutext; 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_menu_text() { echo lang('help_function_menu_text'); } function smarty_cms_about_function_menu_text() { ?>
Author: Ted Kulp<tedkulp@users.sf.net>
Version: 1.0
Change History:
None