<?php
//load the view by name
$view = views_get_view('logs');
//output the view
print views_build_view('embed', $view);
?>