You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
363 B

<div id="subscribe">
<h1>{$c->__('create.title')} {$c->__('on')} {$host}</h1>
<div id="subscription_form">
<h4>{$c->__('loading')}</h4>
</div>
<script type="text/javascript">
MovimWebsocket.attach(function()
{
{$getsubscriptionform}
AccountNext.host = '{$host}';
});
</script>
</div>