<%~set search_widget = 1%> <%cat_full_name%>: Edit Log <%include include_common_head.html%>
<%include include_header.html%>
<%~set content_header_title = 'Edit Log'%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%><%init hash breadcrumbs.1%> <%~set breadcrumbs.0.name = $forum_name%> <%~set breadcrumbs.0.url = GForum::SEO::url(params => "forum=$forum_id")%> <%~set breadcrumbs.1.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>
<%set hide_post_menu = 1%> <%include include_post_display.html%>

<%if editlog.length%>Edit Log:<%else%>This post has not been edited<%endif%>

<%~if editlog.length%>
    <%~loop editlog%>
  • <%~set escaped_username = escape_url unescape_html $user_username%> Post edited by <%if user_id%>"><%user_username%><%else%><%user_username%><%endif%> (<%user_title%>) on <%edit_date%><%if edit_reason%>: <%edit_reason%><%endif%>
  • <%~endloop%>
<%~endif%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%>