/ Published in: PHP
Returns the value (content) of the template variable you specified in the snippet.
Expand |
Embed | Plain Text
<?php // function getTemplateVarOutput($idnames= array (), $docid= "", $published= 1) //$docid defaults to current document ID $output = $myVar['yourTVname']; return $output; ?>
You need to login to post a comment.
