Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. function themename-ninesixty($existing, $type, $theme, $path) {
  2.     return array(
  3.     'health-communities-datasource_node_form' => array(
  4.         'arguments' => array('form' => NULL),
  5.         'template' => 'node-health-communities-datasource-edit'
  6.         ),
  7.  
  8.     'health-communities-datasource_node_form' => array(
  9.         'arguments' => array('form' => NULL),
  10.         'template' => 'node-health-communities-datasource-edit'
  11.         )
  12.     );
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement