diff options
Diffstat (limited to 'templates/layout.php')
-rw-r--r-- | templates/layout.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/layout.php b/templates/layout.php index 1c89f2ab..0791b910 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -10,6 +10,9 @@ <link rel="apple-touch-icon" sizes="114x114" href="assets/img/touch-icon-iphone-retina.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/img/touch-icon-ipad-retina.png"> <title><?= isset($title) ? Helper\escape($title) : 'Kanboard' ?></title> + <?php if (isset($auto_refresh)): ?> + <meta http-equiv="refresh" content="<?= AUTO_REFRESH_DURATION ?>" > + <?php endif ?> </head> <body> <?php if (isset($no_layout)): ?> |