Advertisement
vishnu3006

addedinclude

Oct 18th, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1.   drupal_add_js(drupal_get_path('module', 'freeway_module') .'/js/script.js');
  2.   drupal_get_path('module', 'freeway_module' .'/xml/fwconfig.xml');
  3.   $node = node_load(arg(1));
  4.   $form = array();
  5.  
  6.   $xml = simplexml_load_file("fwconfig.xml");
  7.   print_r($xml);
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement