<!-- MENU TREE --> <div class="row"> <div class="col-md-4 form-group animated bounceInBottom"> <img src="<?php echo $Data['image']; ?> " width="200" height="200" class="" id="groupimg" class="img-responsive imgBox" /> </div> <div class="col-md-4 form-group animated bounceInBottom"> <?php echo $MenuTree->MakeTree(); ?> </div> <div class="col-md-4 form-group animated bounceInBottom"> <?php echo $Profile->ProfileTree($ID); ?> </div> </div> <!-- MENU TREE --> </div> </div> <!-- Add Img & Done Button Div --> <div class="container centrarbtn animated fadeInUp donediv"> <div class="form-group"> <a href="#" class="btn mainbtn" role="button" id="create"><i class="fa fa-check-square-o fa-fw"></i> Modificar Grupo</a> </div> </div> </div> <!-- /#wrapper --> <?php
<!-- MENU TREE --> <div class="row"> <div class="col-md-4 form-group animated bounceInBottom"> <img src="<?php echo $Group->GetDefaultImg(); ?> " width="200" height="200" id="groupimg" /> </div> <div class="col-md-4 form-group animated bounceInBottom treediv"> <?php echo $MenuTree->MakeTree(); ?> </div> <div class="col-md-4 form-group animated bounceInBottom treediv"> <?php echo $Profile->ProfileTree(); ?> </div> </div> <!-- MENU TREE --> </div> </div> <!-- Add Img & Done Button Div --> <div class="container centrarbtn animated fadeInUp donediv"> <div class="form-group"> <a href="#" class="btn mainbtn" role="button" id="create"><i class="fa fa-check-square-o fa-fw"></i> Crear Grupo</a> </div> </div> </div> <!-- /#wrapper --> <?php