zentaopms/extension/max/todo/ext/view/calendar.zentaobiz.html.hook.php
2023-05-16 10:50:42 +08:00

6 lines
144 B
PHP

<?php if(!empty($_SESSION['user']->feedback) or !empty($_COOKIE['feedbackView'])):?>
<script>
$('.side-col').remove();
</script>
<?php endif;?>