%# i.day.rhtml $Revision: 1.15 $ %>
<%=h @conf.html_title %>
<%
diary = @diaries[@diaries.keys.sort[0]]
if diary then
param = {
'prefix' => 'i.',
'index' => @conf.index,
'date_format' => @conf.date_format,
'section_anchor' => @conf.section_anchor,
'comment_anchor' => @conf.comment_anchor,
'long_mode' => false,
'show_referer' => false,
'referer_limit' => 0,
'show_comment' => @conf.show_comment,
'comment_limit' => -1,
'multi_user' => @conf.multi_user,
'show_nyear' => false,
}
%>
<%%= mobile_navi %>
<%= diary.eval_rhtml( param, PATH ) %>
<% unless @conf.hide_comment_form %>
<%
end
else %>
[1]<%= mobile_navi_latest %>
<%= no_diary %>
<%
end %>
<%%= mobile_navi %>