remove header

master
Brett O'Donnell 2018-04-12 18:45:14 +09:30
parent 32d735efcb
commit a36b613e64
1 changed files with 2 additions and 1 deletions

View File

@ -32,8 +32,9 @@ $this->params['jumbotron'] = '/site/_index-jumbotron';
//echo $this->render('/mod/_search', ['model' => new PackageSearch()]);
?>
<hr>
<?php
echo '<h2>Mod List</h2>';
echo '<div class="text-justify">';
$items = [];
foreach (\app\models\Package::find()->orderBy(['name' => SORT_ASC])->all() as $package) {