Browse Source

Merge pull request #1813 from CodeBull/patch-1

Update view.md
tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
f23a91b538
  1. 2
      docs/guide/view.md

2
docs/guide/view.md

@ -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

Loading…
Cancel
Save