Sets information for the current site. Useful if building a CMS or GameSiteScript using the NewHaze API.
| Name | Type | Description |
| name | string | Set the site name |
| url | string | Set the site's default URL |
| logo | string | The URL of a logo image |
| | string | Set a new URL for this URL type |
| | string | Set a new URL for this URL type |
| | string | Set a new URL for this URL type |
| | string | Set a new URL for this URL type |
| | string | Set a new URL for this URL type |
| | string | Set a new URL for this URL type |
| | string | Store a parameter associated with the current site |
<?php
$urls=array('post_add_category'=>'http://www.example.com/addcat.php');
$params=array();
$response=$newhaze->sites_setInfo($name,$url,$logo,$urls,$params);
?>
© 2012 NewHaze Icons by Pixel Mixer Help