summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bbac30136..e507d415e 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 = "<div class=\"node". ((!$node->status) ? ' node-unpublished' : '') ."\">\n";
+ $output = "<div class=\"node". ((!$node->status) ? ' node-unpublished' : '') . (($node->sticky) ? ' sticky' : '') ."\">\n";
if (!$page) {
$output .= " <h2 class=\"title\">". ($teaser ? l($node->title, "node/$node->nid") : check_plain($node->title)) ."</h2>\n";