diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 1c77d706c..9936a1095 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -11,6 +11,9 @@ the "text/nonsense" prevents gecko based browsers to load it --> <link rel="stylesheet" type="text/css" media="print" href="template/{themeconf:template}/print.css"> <link rel="stylesheet" type="text/css" href="template/{themeconf:template}/default-colors.css"> <link rel="stylesheet" type="text/css" href="template/{themeconf:template}/theme/{themeconf:theme}/theme.css"> +<!-- BEGIN next --> +<link rel="prefetch" href="{next.U_IMG_SRC}"> +<!-- END next --> <!-- BEGIN refresh --> <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}"> <!-- END refresh --> |