芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/plugins/function.page_image.php
variables['pageinfo']; $manager =& $gCms->GetHierarchyManager(); $node =& $manager->sureGetNodeById($pageinfo->content_id); if(is_object($node)) { $contentobj =& $node->GetContent(); if( is_object($contentobj) ) { $result = $contentobj->GetPropertyValue($propname); if( $result == -1 ) $result = ''; } } if( isset($params['assign']) ) { $smarty =& $gCms->GetSmarty(); $smarty->assign($params['assign'],$result); return; } return $result; } function smarty_cms_help_function_page_image() { echo lang('help_function_page_image'); } function smarty_cms_about_function_page_image() { ?>
Author: Ted Kulp<tedkulp@users.sf.net>
Version: 1.0
Change History:
None