/ Published in: PHP
This is a quick and dirty hack to display the contents of a view at the top of a page. I got some ideas for this from http://drupal.org/node/99721
Expand |
Embed | Plain Text
<body> <!-- substitute the view name you're trying to debug --> <?php $view = views_get_view('audio'); ?>
You need to login to post a comment.
