Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <? if ( count( $discounts ) && false === empty( $discounts['active'] ) ): ?>
  2. <h2 class="discount"><a href="/<?=$pageBaseUrl?>/<?=$restaurant->url?>/discounts">Скидки (<?=count( $discounts['active'] )?>)</a></h2>
  3. <?=$this->render( 'discounts2/list-entity', array( 'discounts' => $discounts, 'entity' => $restaurant ), true )?>
  4.  
  5. <div id="com-separator"></div>
  6. <? endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement