Added fallback for empty log-file path
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / redirect.tpl
CommitLineData
158bd3ca 1{include file="documentHeader"}
cbf6de5f 2
158bd3ca
TD
3<head>
4 <title>{lang}wcf.global.redirect.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
35cc365e
MS
5
6 {include file='headInclude'}
7
158bd3ca
TD
8 <meta http-equiv="refresh" content="{if $wait|isset}{@$wait}{else}10{/if};URL={$url}" />
9</head>
cb58634c 10
887a3153 11<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
35cc365e
MS
12
13{include file='header'}
09cb2932 14
597ff7ff 15<div class="{if !$status|empty}{@$status}{else}success{/if}">
718d827d 16 <p>{@$message}</p>
ed735943 17 <a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a>
718d827d 18</div>
09cb2932 19
35cc365e
MS
20{include file='footer'}
21
158bd3ca 22</body>
e566068d 23</html>