From: Marcel Werk Date: Thu, 16 Feb 2012 18:15:31 +0000 (+0100) Subject: Added parameter to hide the breadcrumbs X-Git-Tag: 2.0.0_Beta_1~1336 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=180c1a63bf4fe582c815c64a4be0699e4fb5090f;p=GitHub%2FWoltLab%2FWCF.git Added parameter to hide the breadcrumbs --- diff --git a/com.woltlab.wcf/template/footer.tpl b/com.woltlab.wcf/template/footer.tpl index e11783e59e..37166131fa 100644 --- a/com.woltlab.wcf/template/footer.tpl +++ b/com.woltlab.wcf/template/footer.tpl @@ -1,4 +1,4 @@ - {include file='breadcrumbs' sandbox=false __microdata=false} + {if $skipBreadcrumbs|empty}{include file='breadcrumbs' sandbox=false __microdata=false}{/if} diff --git a/com.woltlab.wcf/template/header.tpl b/com.woltlab.wcf/template/header.tpl index 0dc8e7f5b6..3f84461a91 100644 --- a/com.woltlab.wcf/template/header.tpl +++ b/com.woltlab.wcf/template/header.tpl @@ -59,5 +59,5 @@
- {include file='breadcrumbs' sandbox=false} + {if $skipBreadcrumbs|empty}{include file='breadcrumbs' sandbox=false}{/if} \ No newline at end of file