Skip to content

Instantly share code, notes, and snippets.

@Cipa
Created March 3, 2011 19:50
Show Gist options
  • Save Cipa/853374 to your computer and use it in GitHub Desktop.
Save Cipa/853374 to your computer and use it in GitHub Desktop.
Get TV in evo
//Get TV in evo
$tvList = array('top-nav');
$tv = $modx->getTemplateVarOutput($tvList, $id);
$topNav = $tv['top-nav'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment