Echo a view's block in a template file

Categories:

<?php
	$block = module_invoke('views', 'block', 'view', 'Feaured_Content_Block-block_1');
	print $block['content'];
?>

Or

<?php
	print views_embed_view('home_page_rotor');
?>