With WCF 2.0 "sandbox=false" is the default setting.
- {if $skipBreadcrumbs|empty}{include file='breadcrumbs' sandbox=false __microdata=false}{/if}
+ {if $skipBreadcrumbs|empty}{include file='breadcrumbs' __microdata=false}{/if}
</section>
<!-- /CONTENT -->
<!-- CONTENT -->
<section id="content" class="content clearfix">
- {if $skipBreadcrumbs|empty}{include file='breadcrumbs' sandbox=false}{/if}
+ {if $skipBreadcrumbs|empty}{include file='breadcrumbs'}{/if}
\ No newline at end of file
<head>
<title>{lang}wcf.global.error.permissionDenied.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
- {include file='headInclude' sandbox=false}
+
+ {include file='headInclude'}
</head>
<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
-{include file='header' sandbox=false}
+
+{include file='header'}
<p class="error">{lang}wcf.global.error.permissionDenied{/lang}</p>
-->
{/if}
-{include file='footer' sandbox=false}
+{include file='footer'}
+
</body>
</html>
\ No newline at end of file
<head>
<title>{lang}wcf.global.redirect.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
- {include file='headInclude' sandbox=false}
+
+ {include file='headInclude'}
+
<meta http-equiv="refresh" content="{if $wait|isset}{@$wait}{else}10{/if};URL={$url}" />
</head>
<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
-{include file='header' sandbox=false}
+
+{include file='header'}
<div class="success">
<p>{@$message}</p>
<a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a>
</div>
-{include file='footer' sandbox=false}
+{include file='footer'}
+
</body>
</html>
\ No newline at end of file
{include file="documentHeader"}
<head>
<title>{lang}wcf.global.error.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
- {include file='headInclude' sandbox=false}
+
+ {include file='headInclude'}
</head>
<body{if $templateName|isset} id="tpl{$templateName|ucfirst}"{/if}>
-{include file='header' sandbox=false}
+
+{include file='header'}
<p id="errorMessage" class="error">
{@$message}
-->
{/if}
-{include file='footer' sandbox=false}
+{include file='footer'}
+
</body>
</html>
</nav>
<div class="footerContent">
- {if PACKAGE_ID && ENABLE_BENCHMARK}{include file='benchmark' sandbox=false}{/if}
+ {if PACKAGE_ID && ENABLE_BENCHMARK}{include file='benchmark'}{/if}
<address class="copyright marginTop"><a href="http://www.woltlab.com" title="Go to the WoltLab website">Copyright © 2001-2012 WoltLab® GmbH</a></address>
</div>