Placing a Block in a tpl
--- OUR TEAM BLOCK --
<div class="container midpadding team-block" style="">
<?php
$teamblock = module_invoke('views', 'block_view', 'team_drag-our_team');
print render($teamblock['content']);
?>
</div>
-- END OUR TEAM BLOCK --code type:
