| 1 |
<?php |
<?php |
| 2 |
// $Id: views-view-unformatted.tpl.php,v 1.6 2008/10/01 20:52:11 merlinofchaos Exp $ |
// $Id: views-view-unformatted.tpl.php,v 1.1 2009/01/07 13:09:20 bevan Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file views-view-unformatted.tpl.php |
* @file views-view-unformatted.tpl.php |
| 5 |
* Default simple view template to display a list of rows. |
* Default simple view template to display a list of rows. |
| 6 |
*/ |
*/ |
| 7 |
|
|
| 8 |
// If this view is a list of links, then just print that. |
// If this view is a list of links, then just print that. |
| 9 |
if ($links) { |
if ($output) { |
| 10 |
print $links; |
print $output; |
| 11 |
} |
} |
| 12 |
else { |
else { |
| 13 |
// Otherwise fallback on views template file. |
// Otherwise fallback on views template file. |