diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index bbac301363d9..e507d415e2be 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -138,7 +138,7 @@ function chameleon_page($content, $show_blocks = TRUE) { function chameleon_node($node, $teaser = 0, $page = 0) { - $output = "
status) ? ' node-unpublished' : '') ."\">\n"; + $output = "
status) ? ' node-unpublished' : '') . (($node->sticky) ? ' sticky' : '') ."\">\n"; if (!$page) { $output .= "

". ($teaser ? l($node->title, "node/$node->nid") : check_plain($node->title)) ."

\n";