Dons update
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<h4 class="archives_header">{$archive.year}</h4>
|
||||
{foreach from=$archive.months item="month"}
|
||||
<ul class="archives_row">
|
||||
{if $template_option.colorset == 'default'}
|
||||
{if $template_option.colorset == 'blank'}
|
||||
<li class="archives_graph"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" alt="bar graph" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" /></li>
|
||||
{else}
|
||||
<li class="archives_graph"><img src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_graph_bar.png" alt="bar graph" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" /></li>
|
||||
|
Reference in New Issue
Block a user