diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-06 01:00:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-06 01:00:27 +0000 |
commit | 66f740c58475b84b907326a0e50e4d91c2fc03ee (patch) | |
tree | 9e43dac217331cf78042de4edfefe7b56308086a /modules/node | |
parent | 882fa0ab33cec0aaa9ebe942cbfe759fcf8f4a4e (diff) | |
download | brdo-66f740c58475b84b907326a0e50e4d91c2fc03ee.tar.gz brdo-66f740c58475b84b907326a0e50e4d91c2fc03ee.tar.bz2 |
- Patch #626286 by sun, David_Rothstein, Rob Loach: make contextual links a module.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index 34b0c4bf1..6435cdf94 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -75,7 +75,7 @@ <?php print $user_picture; ?> - <?php if (!$page && $contextual_links): ?> + <?php if (!$page && !empty($contextual_links)): ?> <?php print render($contextual_links); ?> <?php endif; ?> |