1
0

Dons update

This commit is contained in:
Garvin Hicking
2007-08-26 16:23:02 +00:00
parent e194dbfb0d
commit 6be9dab44d
9 changed files with 18 additions and 10 deletions

View File

@ -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>