{config_load file=$configfile section="chart"}
<LINK REL="StyleSheet" HREF="modules/{$module_name}/themes/{$tm_theme}/css/charts.css" TYPE="text/css">
<div id="tm_module">
{if count($chartlist)>0}
<div id="tm_photo">
<div id="tm_title">{$chartlist[$idchart]}</div>
{$chart->description}
</div>
<div id="tm_right2">
Select a chart:<br>
<select name="idchart" onChange="document.location.href={$on_change}">
{html_options options=$chartlist selected=$idchart}
</select>
</div>
{else}
{#No_Chart#}
{/if}
</div>