view.max.html.hook.php 115 B

123456789
  1. <?php
  2. namespace zin;
  3. $execution = data('execution');
  4. if($execution->isTpl)
  5. {
  6. query('#products')->remove();
  7. }