Embed a view in page.tpl.php
<?php
$viewName = 'customer_logo';
print views_embed_view($viewName, 'Default', '47');
?>viewName is the views name
Default is the name of the display within views
47 is the argument
<?php
$viewName = 'customer_logo';
print views_embed_view($viewName, 'Default', '47');
?>viewName is the views name
Default is the name of the display within views
47 is the argument