updated contrib modules
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
?>
|
||||
<?php foreach ($rows as $id => $row): ?>
|
||||
<?php print (!empty($options['inline']) ? '<span' : '<div') . ' class="views-summary views-summary-unformatted">'; ?>
|
||||
<?php if (!empty($row->separator)) { print $row->separator; } ?>
|
||||
<?php if (!empty($row->separator)):?><?php print $row->separator; ?><?php endif; ?>
|
||||
<a href="<?php print $row->url; ?>"<?php print !empty($row_classes[$id]) ? ' class="' . $row_classes[$id] . '"' : ''; ?>><?php print $row->link; ?></a>
|
||||
<?php if (!empty($options['count'])): ?>
|
||||
(<?php print $row->count; ?>)
|
||||
|
Reference in New Issue
Block a user