Much better html rendering with css support and style inliner
[banana.git] / banana / banana.inc.php.in
index df1768b..2f7daa4 100644 (file)
@@ -251,6 +251,13 @@ class Banana
         return Banana::$page->run();
     }
 
+    /** Return the CSS code to include in the headers
+     */
+    public function css()
+    {
+        return Banana::$page->css;
+    }
+
     /**************************************************************************/
     /* actions                                                                */
     /**************************************************************************/