app/views/wiki/published.rhtml in instiki-0.9.2 vs app/views/wiki/published.rhtml in instiki-0.10.0
- old
+ new
@@ -1,10 +1,9 @@
-<%
- @title = @page.plain_name
- @hide_navigation = true
- @style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
- @inline_style = true
-%><%= sub_template "top" %>
-
-<%= @page.display_published %>
-
-<%= sub_template "bottom" %>
\ No newline at end of file
+<%
+ @title = @page.plain_name
+ @hide_navigation = false
+ @style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
+ @inline_style = true
+ @show_footer = true
+%>
+
+<%= @page.display_published %>