Commit 26e94ae5ed7ce781ba56b22d684000463d95895a
1 parent
35b03e57
add yii jquery
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/views/search/performer.php
@@ -18,6 +18,8 @@ $active_key = array_keys($sort_array)[0]; | @@ -18,6 +18,8 @@ $active_key = array_keys($sort_array)[0]; | ||
18 | $active_value = $sort_array[$active_key]; | 18 | $active_value = $sort_array[$active_key]; |
19 | $sort_name = (($active_value == 4)?'-':'').$active_key; | 19 | $sort_name = (($active_value == 4)?'-':'').$active_key; |
20 | 20 | ||
21 | + | ||
22 | + | ||
21 | $this->title = 'My Yii Application'; | 23 | $this->title = 'My Yii Application'; |
22 | ?> | 24 | ?> |
23 | 25 |