JavaScript
- 20 ответов
- 0 вопросов
5
Вклад в тег
if ($.cookie('is_shown_popup') != 'yes'){
setTimeout(function(){
$('#popup').modal('show');
$.cookie('is_shown_popup', 'yes', {expires: 1/*1-день*/,path: '/'});
},
45*1000)
}
if ($user_model->is_logged){
$this->redirect(array('c'));
}
public function actionIndex(/*$user_id - сюда не передаешь*/)
$user_id = Yii::app()->user->get('id');
/*или*/
$user_id = $_SESSION['user_id'] /*в зависимости как ты там хранишь*/
<a href="http://test.artlenk.ru/theme/img/feature-img.jpg" class="fancybox2"><img src="http://test.artlenk.ru/theme/img/feature-img.jpg"></a>