It is not necessary to show 'new' mark in the list of ideas
This commit is contained in:
parent
a35dce838b
commit
28eb21dfe8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function theme_stormidea_list($header, $ideas) {
|
||||||
|
|
||||||
foreach ($ideas as $idea) {
|
foreach ($ideas as $idea) {
|
||||||
$rows[] = array(
|
$rows[] = array(
|
||||||
'<span class="idea-title">' . $idea->title . theme('mark', node_mark($idea->nid, $idea->changed)) . '</span>',
|
'<span class="idea-title">' . $idea->title . '</span>',
|
||||||
format_date($idea->changed, 'small'),
|
format_date($idea->changed, 'small'),
|
||||||
array(
|
array(
|
||||||
'data' => storm_icon_edit_node($idea, $_GET) . storm_icon_delete_node($idea, $_GET),
|
'data' => storm_icon_edit_node($idea, $_GET) . storm_icon_delete_node($idea, $_GET),
|
||||||
|
|
Reference in a new issue