'$notify' => $contact['notify'],
'$poll' => $contact['poll'],
'$contact_attag' => $contact['attag'],
- '$contact_self' => array('remote_self', t('Mirror all posts to the wall?'), $contact['remote_self'],
- t('Shall all posts from this contact posted like your own posts?')),
'$lbl_submit' => t('Submit')
));
{{include file="field_checkbox.tpl" field=$remote_self}}
{{/if}}
-{{include file="field_checkbox.tpl" field=$contact_self}}
-
<input type="submit" name="submit" value="{{$lbl_submit}}" />
</form>