From 7ea895d365b16c40cfcf043ea896389b393689d9 Mon Sep 17 00:00:00 2001 From: Nao Date: Sat, 4 Mar 2017 00:35:34 +0100 Subject: [PATCH] * One minor feature stumped me for a minute, I figured it was in need of a comment. (index.template.php) --- core/html/index.template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/html/index.template.php b/core/html/index.template.php index f84e7a64..f8491f8e 100644 --- a/core/html/index.template.php +++ b/core/html/index.template.php @@ -522,6 +522,7 @@ function template_linktree($position = 'top', $force_show = false) { global $context; + // Typically, we'll only show it at the bottom on topic pages (where 'bottom_linktree' is set to true.) if ($position === 'bottom' && empty($context['bottom_linktree']) && !$force_show) return;