Possibility to disable HTML header and footer and title.
[meviz.git] / src / main / java / eu / svjatoslav / meviz / htmlindexer / Layout.java
index 88de6ce..5110b3e 100755 (executable)
@@ -57,7 +57,8 @@ public interface Layout {
         * After necessary files have been enlisted for particular directory, use
         * this method to retrieve generated HTML result.
         */
-       public String getHtml();
+       public String getHtml(final boolean showTitle,
+                       final boolean doHtmlHeaderAndFooter);
 
        /**
         * Initialize layout for particular directory.