/ Published in: PHP
Returns the value (content) of the template variable you specified in the snippet.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // function getTemplateVarOutput($idnames= array (), $docid= "", $published= 1) //$docid defaults to current document ID $output = $myVar['yourTVname']; return $output; ?>