summaryrefslogtreecommitdiff
path: root/UI/lib/ui-header.html
diff options
context:
space:
mode:
Diffstat (limited to 'UI/lib/ui-header.html')
-rw-r--r--UI/lib/ui-header.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/UI/lib/ui-header.html b/UI/lib/ui-header.html
index 868b44ab..a3f46629 100644
--- a/UI/lib/ui-header.html
+++ b/UI/lib/ui-header.html
@@ -5,6 +5,10 @@
<title><?lsmb form.titlebar ? form.titlebar : titlebar ?></title>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
+ <?lsmb IF refresh -?>
+ <meta http-equiv="refresh"
+ content="<?lsmb refresh.delay ?>;<?lsmb refresh.url ?>">
+ <?lsmb END -?>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<?lsmb IF form.stylesheet ?>
<link rel="stylesheet" href="css/<?lsmb form.stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />