User Login

54: Beginning of Creation

//load the view by name
$view = views_get_view('Quran');
//output the top three items in the view with the node title as an argument
print views_build_view('embed', $view, array(12121), 2, 15);
?>