* @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
/**
* Show the end of the page.
- *
+ * @return void
*/
protected function endShow() {
_PageBlue();