From 180c1a63bf4fe582c815c64a4be0699e4fb5090f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 16 Feb 2012 19:15:31 +0100 Subject: [PATCH] Added parameter to hide the breadcrumbs --- com.woltlab.wcf/template/footer.tpl | 2 +- com.woltlab.wcf/template/header.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1