Skip to content

Commit

Permalink
* One minor feature stumped me for a minute, I figured it was in need…
Browse files Browse the repository at this point in the history
… of a comment. (index.template.php)
  • Loading branch information
Nao committed Mar 3, 2017
1 parent 168f199 commit 7ea895d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/html/index.template.php
Expand Up @@ -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;

Expand Down

0 comments on commit 7ea895d

Please sign in to comment.