标签:[field:id runphp='yes']

global $cfg_cmspath;

$tags = GetTags(@me);

$revalue = '';

$tags = explode(',', $tags);

foreach($tags as $key => $value){

if($value){

$revalue .= '<a href="'.$cfg_cmspath.'/tags.php?/'.$value.'/">'.$value.'</a>&nbsp;';

}

}

@me = $revalue;

[/field:id]