All pastes #2046527 Raw Edit

Something

public text v1 · immutable
#2046527 ·published 2011-04-14 19:56 UTC
rendered paste body
<?php $path_string = "/taxonomy/term/" . $fields['tid']->content;
print l($fields['name']->content, $path_string);
?>