index.php 168 B

1234567
  1. <?php $this->renderInclude("header", array(
  2. 'nav' => $grid->renderActionButtons()
  3. ));?>
  4. <?php echo $grid->render();?>
  5. <?php $this->renderInclude("footer");?>