Skip to content

Commit

Permalink
ensures the category row is closed, which could be left open for non-…
Browse files Browse the repository at this point in the history
…admins (normal users)
  • Loading branch information
illiphilli committed Jul 14, 2011
1 parent 599a351 commit 1d32bcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework/modules/ecommerce/views/store/showall.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
{/if}
{/foreach}

{* close the row if left open. might happen for non-admins *}
{if $open_c_row==0}
</div>
{assign var=open_c_row value=1}
{/if}

</div>
{else}

Expand Down

0 comments on commit 1d32bcc

Please sign in to comment.