Just a very little bug

Hello

I’ve choosen the template “ice” as it seems to be more light than the others.

The pbm is that when you go into your siteworx account

https://www.carat-hosting.com:2443/siteworx/?domain=www.carat-hosting.com

the domaine name is not entered in the field domain automaticly

I think that you forget to do something as

<input xxxx value="<? echo $_get[‘domaine’]; ?>">

Pascal

Just change the input textbox for the domain to have:

value="{$domain}"

in it Pascal:

<input class=“textbox” type=“text” name=“domain” size=“30” value="{$domain}">

Chris