9 lines
203 B
PHP
9 lines
203 B
PHP
|
|
<?php
|
||
|
|
use yii\grid\GridView;
|
||
|
|
use yii\helpers\Html;
|
||
|
|
use yii\widgets\Pjax;
|
||
|
|
|
||
|
|
$this->title = 'Electron Microscope (EM)';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
?>
|
||
|
|
<?=$this->render('/layouts/_menu')?>
|