<?php slot('submenu'); include_partial('submenu'); end_slot(); ?> <?php slot('title', __('Make all members join in this %community%')); ?> <p><?php echo __('Do you make all members join in this %community%?'); ?> </p> <?php $form = new BaseForm(); echo $form->renderFormTag(url_for('community/addAllMember?id=' . $community->getId())); include_partial('community/communityInfo', array('community' => $community, 'moreInfo' => array('<input type="submit" value="' . __('Yes') . '" />'))); echo $form->renderHiddenFields(); ?> </form>