เพิ่มโค้ดที่ไฟล์ frontend\config\main.php หรือถ้าใช้ Theme Adminlte ให้เพิ่มโค้ดที่ไฟล์ frontend\themes\adminlte\views\layouts\main.php
<?php
$mourning = true; // เปลี่ยนเป็น false เมื่อสิ้นสุดช่วงไว้อาลัย
if ($mourning): ?>
<style>
html {
filter: grayscale(100%);
}
</style>
<?php endif; ?>
ใส่ความเห็น