Browse Source

Merge pull request #8965 from dmvslv/theming-doc-typo

Theming guide typo [ci skip]
tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
f7ae831d09
  1. 2
      docs/guide-ja/output-theming.md
  2. 2
      docs/guide-pt-BR/output-theming.md
  3. 2
      docs/guide-ru/output-theming.md
  4. 2
      docs/guide/output-theming.md

2
docs/guide-ja/output-theming.md

@ -21,7 +21,7 @@ return [
'components' => [
'view' => [
'theme' => [
'basePath' => '@app/themes/basic'
'basePath' => '@app/themes/basic',
'baseUrl' => '@web/themes/basic',
'pathMap' => [
'@app/views' => '@app/themes/basic',

2
docs/guide-pt-BR/output-theming.md

@ -18,7 +18,7 @@ return [
'components' => [
'view' => [
'theme' => [
'basePath' => '@app/themes/basic'
'basePath' => '@app/themes/basic',
'baseUrl' => '@web/themes/basic',
'pathMap' => [
'@app/views' => '@app/themes/basic',

2
docs/guide-ru/output-theming.md

@ -22,7 +22,7 @@ return [
'components' => [
'view' => [
'theme' => [
'basePath' => '@app/themes/basic'
'basePath' => '@app/themes/basic',
'baseUrl' => '@web/themes/basic',
'pathMap' => [
'@app/views' => '@app/themes/basic',

2
docs/guide/output-theming.md

@ -22,7 +22,7 @@ return [
'components' => [
'view' => [
'theme' => [
'basePath' => '@app/themes/basic'
'basePath' => '@app/themes/basic',
'baseUrl' => '@web/themes/basic',
'pathMap' => [
'@app/views' => '@app/themes/basic',

Loading…
Cancel
Save