port
This commit is contained in:
parent
59a6da24d2
commit
863b31d423
@ -65,7 +65,7 @@ Version 1.7 ()
|
||||
that the baseURL is not overriden when configuring serendipity
|
||||
with a possibly autodetected currentl URL. Patch by Manko10.
|
||||
|
||||
Version 1.6.1 ()
|
||||
Version 1.6.1 (May 8th, 2012)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Improved escaping of backend plugin management for DB query
|
||||
|
@ -7,7 +7,7 @@
|
||||
</tr>
|
||||
{foreach from=$archive.months item="month"}
|
||||
<tr class="archives_row">
|
||||
<td class="archives_graph" width="100"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000"></td>
|
||||
<td class="archives_graph" width="100"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" alt="" /></td>
|
||||
<td class="archives_date">{$month.date|@formatTime:"%B"}</td>
|
||||
<td class="archives_count">{$month.entry_count} {$CONST.ENTRIES}</td>
|
||||
<td class="archives_count_link">({if $month.entry_count}<a href="{$month.link}">{/if}{$CONST.VIEW_FULL}{if $month.entry_count}</a>{/if})</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user