added link to minetest

This commit is contained in:
cornernote 2015-08-09 19:17:28 +09:30
parent 0fb36d4add
commit 6296d46139
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
Thumbs.db
composer.phar
vendor/
_bak/
_bak/
TestController.php

View File

@ -41,6 +41,12 @@ echo Nav::widget([
['label' => 'Submit', 'url' => ['/mod/create']],
],
]);
echo Nav::widget([
'options' => ['class' => 'navbar-nav navbar-right'],
'items' => [
['label' => 'Minetest Home', 'url' => 'http://minetest.net'],
],
]);
NavBar::end();
if (isset($this->params['jumbotron'])) {