summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-09 16:19:56 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-09 16:19:56 +0000
commitcb159b9ff1b3165219292e63a89fa553d5811749 (patch)
tree3ebfbf4da01d867591855c0d3b2c81bca2b64809 /themes
parent3042f3385c65630a913e8ce6816bcd39526d5456 (diff)
downloadbrdo-cb159b9ff1b3165219292e63a89fa553d5811749.tar.gz
brdo-cb159b9ff1b3165219292e63a89fa553d5811749.tar.bz2
#143434 by Jody Lynn: Move 'display post information' to where users would expect.
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 74a332b98..eb5d7b33b 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -134,7 +134,7 @@ function chameleon_node($node, $teaser = 0) {
$output .= " </div>\n";
$submitted = '';
- if (theme_get_setting("toggle_node_info_$node->type")) {
+ if (variable_get('node_submitted_' . $node->type, TRUE)) {
$submitted = t("By !author at @date", array('!author' => theme('username', $node), '@date' => format_date($node->created, 'small')));
}