summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 54def5f6e..da80828f4 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -60,7 +60,7 @@ function chameleon_page($content) {
if (isset($primary_links)) {
$output .= '<div class="primary">'. $primary_links .'</div>';
}
- if (($secondary_links)) {
+ if (isset($secondary_links)) {
$output .= '<div class="secondary">'. $secondary_links .'</div>';
}
$output .= " </div>\n";