params[ 'company' ]->id != \Yii::$app->user->getId()) {
?>
user->identity )) {
?>
params[ 'company' ]->isBookmarked) {
echo Html::a('', [ '#' ], [
'class' => 'artbox_bookmark_remove_performer',
'data-id' => $this->params[ 'company' ]->id,
]);
} else {
echo Html::a('', [ '#' ], [
'class' => 'artbox_bookmark_add_performer',
'data-id' => $this->params[ 'company' ]->id,
]);
}
?>
blocks[ 'our_objects' ] )) {
echo $this->blocks[ 'our_objects' ];
}
if(isset( $this->blocks[ 'blog' ] )) {
echo $this->blocks[ 'blog' ];
}
if(isset( $this->blocks[ 'team' ] )) {
echo $this->blocks[ 'team' ];
}
if(isset( $this->blocks[ 'review' ] )) {
echo $this->blocks[ 'review' ];
}
/*====End of blocks created in view====*/
?>
endContent() ?>