'access arguments'=>array('administer site configuration'),
);
return$items;
}
/**
* Page callback for unity_webapp.
*/
functionunity_webapp_form($form,$form_state){
$form=array();
$form['unity_webapp_title']=array(
'#required'=>'0',
'#description'=>"<p>".t('Title to use for unity launcher. Defaults to global sitename if empty.')."</p>"."<p><strong>".t("Unity Api supports only Alphanumeric Characters and whitespace")."</strong></p>",