Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created September 21, 2012 13:41
Show Gist options
  • Save fleeting/3761516 to your computer and use it in GitHub Desktop.
Save fleeting/3761516 to your computer and use it in GitHub Desktop.
{getFAQs limit=3}
{foreach from=$aQuestions item=aQuestion}
<p><a href="{$aQuestion.url}" title="{$aQuestion.question}">{$aQuestion.question}</a></p>
{/foreach}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment