Commit f23a91b5 by Alexander Makarov

Merge pull request #1813 from CodeBull/patch-1

Update view.md
parents e8a80af4 b5fcfece
...@@ -270,7 +270,7 @@ frontend\assets\AppAsset::register($this); ...@@ -270,7 +270,7 @@ frontend\assets\AppAsset::register($this);
A layout is a very convenient way to represent the part of the page that is common for all or at least for most pages A layout is a very convenient way to represent the part of the page that is common for all or at least for most pages
generated by your application. Typically it includes `<head>` section, footer, main menu and alike elements. generated by your application. Typically it includes `<head>` section, footer, main menu and alike elements.
You can fine a fine example of the layout in a [basic application template](apps-basic.md). Here we'll review the very You can find a fine example of the layout in a [basic application template](apps-basic.md). Here we'll review the very
basic one without any widgets or extra markup. basic one without any widgets or extra markup.
```php ```php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment