芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/plugins/modifier.cms_date_format.php
variables['page_id']) ) { $uid = get_userid(false); if( $uid ) { $tmp = get_preference($uid,'date_format_string'); if( $tmp != '' ) { $format = $tmp; } } } } $smarty =& $gCms->GetSmarty(); $config =& $gCms->GetConfig(); $fn = cms_join_path($config['root_path'],'lib','smarty','plugins','modifier.date_format.php'); if( !file_exists($fn) ) die(); require_once( $fn ); return smarty_modifier_date_format($string,$format,$default_date); } // EOF ?>