From 26e94ae5ed7ce781ba56b22d684000463d95895a Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sat, 12 Mar 2016 12:34:07 +0200 Subject: [PATCH] add yii jquery --- frontend/views/search/performer.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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