diff --git a/frontend/views/search/performer.php b/frontend/views/search/performer.php index 774ddad..552a98e 100755 --- a/frontend/views/search/performer.php +++ b/frontend/views/search/performer.php @@ -18,6 +18,8 @@ $active_key = array_keys($sort_array)[0]; $active_value = $sort_array[$active_key]; $sort_name = (($active_value == 4)?'-':'').$active_key; + + $this->title = 'My Yii Application'; ?> -- libgit2 0.21.4