summaryrefslogtreecommitdiff
path: root/themes/chameleon/chameleon.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/chameleon/chameleon.theme')
-rw-r--r--themes/chameleon/chameleon.theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 9f73c1fbd..563103c74 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -43,8 +43,8 @@ function chameleon_page($content) {
$output .= "</div>\n";
- $primary_links = theme_get_setting('primary_links');
- $secondary_links = theme_get_setting('secondary_links');
+ $primary_links = theme('links', theme_get_setting('primary_links'));
+ $secondary_links = theme('links', theme_get_setting('secondary_links'));
if ($primary_links || $secondary_links) {
$output .= ' <div class="navlinks">';
if ($primary_links) {