app/views/wiki/new.rhtml in Pimki-1.5.092 vs app/views/wiki/new.rhtml in Pimki-1.6.092
- old
+ new
@@ -1,8 +1,9 @@
<%
@title = "Creating #{WikiWords.separate(CGI.unescape(@page_name))}"
@content_width = 800
@hide_navigation = true
+ @hide_menu = true
@style_additions = "#Container, #Content {padding-left:100px;}"
%>
<%= sub_template "top" %>
<%= render_markup_help %>
\ No newline at end of file