File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @var yii\web\View
4
+ * @var yii\web\View $this
5
5
* @var string $query the search query that was submitted
6
6
* @var \hiqdev\assetpackagist\models\AssetPackage $package
7
7
* @var bool $forceUpdate Whether the application must force package update
13
13
14
14
$ this ->title = 'Search ' ;
15
15
$ this ->params ['searchQuery ' ] = $ query ;
16
+ $ this ->params ['subtitle ' ] = $ query ;
17
+ $ this ->params ['breadcrumbs ' ][] = $ this ->title ;
16
18
17
19
?>
18
20
<div class="package-details">
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /* @var $this yii\web\View */
3
+ /** @var yii\web\View $this */
4
4
5
5
$ this ->title = 'About ' ;
6
+ $ this ->params ['subtitle ' ] = 'Composer + Bower + NPM = friends forever! ' ;
7
+ $ this ->params ['breadcrumbs ' ][] = $ this ->title ;
6
8
7
9
?>
8
10
<div class="site-about">
Original file line number Diff line number Diff line change 6
6
use yii \helpers \Html ;
7
7
8
8
$ this ->title = 'Contact ' ;
9
+ $ this ->params ['subtitle ' ] = '<a href="https://github.com/hiqdev/asset-packagist/issues">GitHub issues</a> is the preferred way ' ;
10
+ $ this ->params ['breadcrumbs ' ][] = $ this ->title ;
9
11
10
12
?>
11
13
<div class="site-contact">
You can’t perform that action at this time.
0 commit comments