Introduce body html in theming.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / CmsTheme.java
index e5089e35f65716ef02de5d15e4c73068f682f54c..c93991b274e7126bf609284015c01e574fc61a70 100644 (file)
@@ -37,6 +37,9 @@ public interface CmsTheme {
        /** Tags to be added to the header section of the HTML page. */
        String getHtmlHeaders();
 
+       /** The HTML body to use. */
+       String getBodyHtml();
+
        /** The image registered at this path, or <code>null</code> if not found. */
        Image getImage(String path);