Commit a5e628b9 authored by Shakarim Sapa's avatar Shakarim Sapa

- Added new rule

parent c8671bb6
...@@ -32,7 +32,7 @@ class CourseController extends FrontendController { ...@@ -32,7 +32,7 @@ class CourseController extends FrontendController {
public function actionIndex(){ public function actionIndex(){
\Yii::$app->view->registerMetaTag([ \Yii::$app->view->registerMetaTag([
'property' => 'og:title', 'property' => 'og:name',
'content' => 'Школа аналитики' 'content' => 'Школа аналитики'
]); ]);
$searchModel = new CoursesSearch(); $searchModel = new CoursesSearch();
......
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