Difference between #190 and #191 of
Yii v2 snippet guide

Revision #191 has been created by rackycz on May 7, 2020, 10:25:12 AM with the memo:

Bootswatch
« previous (#190) next (#192) »

Changes

Title unchanged

Yii v2 snippet guide

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,beginner,yii2

Content changed

[...]
</head>
```

Note that currently Yii2 is using Bootstrap3 so when searching for themes, dont forget to switch to section [Bootstrap 3](https://bootswatch.com/3/).

Important: Yii2 is using navbar with classes "navbar-inverse navbar-fixed-top". If you are using themes from Bootswatch, change the navbar class to "navbar navbar-default navbar-fixed-top"
 otherwise the top menu-bar will have weird color. This is also done in file "views/layouts/main.php" like this:

```php
NavBar::begin([
// ...
'options' => [
[...]
7 0
4 followers
Viewed: 274 939 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: a year ago
Update Article

Revisions

View all history