*** nodewords_pagetitle.module.bak	2010-07-14 22:18:00.000000000 -0400
--- nodewords_pagetitle.module	2010-07-14 22:14:38.000000000 -0400
***************
*** 109,115 ****
  			// Load the page meta tags data from the database.
  			// Private function borrowed from nodewords_custom_pages	
  			$page_data = _nodewords_custom_pages_load_data($options['id']);
! 			$title = $page_data->tags['page.title']['value'];
  			break;
  	}
  }
--- 109,115 ----
  			// Load the page meta tags data from the database.
  			// Private function borrowed from nodewords_custom_pages	
  			$page_data = _nodewords_custom_pages_load_data($options['id']);
! 			$title = t($page_data->tags['page.title']['value']);
  			break;
  	}
  }
