diff --git a/frontend/views/accounts/gallery.php b/frontend/views/accounts/gallery.php index 949494a..844c105 100755 --- a/frontend/views/accounts/gallery.php +++ b/frontend/views/accounts/gallery.php @@ -23,6 +23,7 @@ [ 'attribute' => 'gallery_id', 'label' => 'ID', + 'filterOptions' => ['class' => 'text-center'] ], 'name', 'date_add', diff --git a/frontend/views/performer/gallery.php b/frontend/views/performer/gallery.php index 15af196..3b9b71d 100755 --- a/frontend/views/performer/gallery.php +++ b/frontend/views/performer/gallery.php @@ -4,12 +4,16 @@ use \yii\helpers\Html; use yii\widgets\LinkPager; use yii\widgets\ListView; + + /* @var $this yii\web\View */ + + $this->params['user'] = $user; $this->title = 'My Yii Application'; ?>