Guest User

Untitled

a guest
Jan 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {{kint(transaction[0])}}
  2.  
  3. <b>$ {{transaction.amount }}</b> total donation<br/><br/>
  4.  
  5. <b>$ {{transaction[0].amount }}</b> total donation<br/><br/>
  6.  
  7. function touchdownclub_theme($existing, $type, $theme, $path) {
  8.  
  9. return array(
  10. 'touchdownclubtransaction' => array(
  11. 'variables' => array(
  12. 'transaction' => NULL,
  13. ),
  14. 'template' => 'touchdownclubtransaction',
  15. ),
  16. );
  17. }
  18.  
  19. $result = db_query
  20. $output = $result->fetchAll();
Add Comment
Please, Sign In to add comment