Вход Регистрация
Файл: upload/core/functions/alert.php
Строк: 6
<?php
function showAlert($title$type$message$duration 3000)
{
    
$_SESSION['flash_title'] = $title;
    
$_SESSION['flash_type'] = $type;
    
$_SESSION['flash_message'] = $message;
    
$_SESSION['flash_duration'] = $duration;
}
?>
Онлайн: 1
Реклама