芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/plugins/function.process_pagedata.php
GetHierarchyManager(); $node =& $manager->getNodeById($gCms->variables['content_id']); if( !isset($node) || $node === FALSE ) return; $content =& $node->Getcontent(); $tpl = $content->GetPropertyValue('pagedata',''); if( empty($tpl) ) return; $smarty->_compile_source('preprocess template', $tpl, $_compiled); @ob_start(); $smarty->_eval('?>' . $_compiled); $result = @ob_get_contents(); @ob_end_clean(); return $result; } function smarty_cms_help_function_process_pagedata() { echo lang('help_function_process_pagedata'); } function smarty_cms_about_function_process_pagedata() { ?>
Author: Robert Campbell<calguy1000@cmsmadesimple.org>
Version: 1.0
Change History:
None