How do I display Chart results in a table
Design and Skin Customization
Even when I change all to skin images, only the chart_up.png images shows regardless of the chart direction
{if $item.chart_new_entry == 'yes'}
<img src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/chart_up.png">
{elseif $item.chart_direction == 'same'}
<img src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/chart_same.png">
{elseif $item.chart_direction == 'up'}
{$icon = 'chart_up'}
{if $item.chart_change > 5}
{$color = 'FF5500'}
{/if}
{else}
{$icon = 'chart_down'}
{if $item.chart_change > 5}
{$color = '3393ff'}
{/if}
{/if}
{if $item.chart_new_entry == 'yes'}
{$color = '339933'}
{$icon = 'chart_up'}
{elseif $item.chart_direction == 'same'}
{$icon = "chart_same"}
{elseif $item.chart_direction == 'up'}
{$icon = 'chart_up'}
{if $item.chart_change > 5}
{$color = 'FF5500'}
{/if}
{else}
{$icon = 'chart_down'}
{if $item.chart_change > 5}
{$color = '3393ff'}
{/if}
{/if}
{jrCore_icon icon=$icon size="24" color=$color title='hi'}