Advertisement
vishnu3006

addedXml

Oct 18th, 2011
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. function send_for_translation() {
  2.   drupal_add_js(drupal_get_path('module', 'freeway_module') .'/js/script.js');
  3.   //drupal_get_path('module', 'freeway_module' .'/xml/fwconfig.xml');
  4.   $node = node_load(arg(1));
  5.   $form = array();
  6.  
  7.   $xml = simplexml_load_file(drupal_get_path('module', 'freeway_module' .'/xml/fwconfig.xml'));
  8.   print_r($xml);
  9.  // echo $xml-> getName() . "<br />";
  10.  
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement