Skip to content

Commit

Permalink
*8570* Exclude features markup when no features present
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 21, 2014
1 parent ef586a8 commit e4996bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/catalog/carousel.tpl
Expand Up @@ -7,6 +7,8 @@
*
* Display a carousel in the public-facing catalog view.
*}
{* Only include if there are actually monographs to display *}
{if $publishedMonographs|@count > 0}

<script type="text/javascript">
// Initialize JS handler for catalog header.
Expand Down Expand Up @@ -46,3 +48,5 @@
{/foreach}
</ul>
</div>

{/if}{* $publishedMonographs|@count > 0 *}

0 comments on commit e4996bd

Please sign in to comment.