Exemple #1
0
 function output_PrinterSafe()
 {
     $content = $this->execute(AMP_CONTENT_PAGE_DISPLAY_CONTENT);
     $this->_header->addStyleSheet('print.css', 'printer-safe');
     return $this->_header->output() . $this->_HTML_printSafeHead() . $content . $this->_HTML_endPage();
 }