summaryrefslogtreecommitdiffstats
path: root/templates/part.content.warnings.php
blob: cc7890a876de9171e66e76bc2c85db58d5e8d9fe (plain)
1
2
3
4
5
6
<?php if ($_['warnings']['improperlyConfiguredCron']) { 
    
    script('news', 'nextcloud-news-cron-warning')    
?>
<div></div>
<?php }; ?>