Added tag 8.07.26 for changeset 91a02a8c9b55a6185e2ca96ad108f74471796a27
[iserv-mod-room-reservation.git] / includes / mod_roomReservationPage.inc
old mode 100755 (executable)
new mode 100644 (file)
index ee54f3d..6d0e018
@@ -111,7 +111,7 @@ abstract class mod_roomReservationPage {
    * @return void
    */
   protected function beginShow() {
-    html_header("<style type='text/css'>\n".rrGetCSS()."\n</style>\n");
+    html_header("<style type='text/css'>\n".rrGetCss()."\n</style>\n");
     PageBlue(q($this->getTitle()), $this->getIcon());
     
     // print error messages from the configuration
@@ -129,7 +129,7 @@ abstract class mod_roomReservationPage {
   
   /**
    * Show the end of the page.
-   *
+   * @return void
    */
   protected function endShow() {
     _PageBlue();
This page took 0.023365 seconds and 4 git commands to generate.