registry =& $registry; } // ################################################################### /** * (PHP 4) Constructor */ function Printer_Navigation(&$registry) { $this->__construct($registry); } // ################################################################### /** * Generates the header HTML that is called in ISSO.Printer->page_start() * to setup the navigation frame * * @access public * * @return string Generated HTML content */ function generate_header_html() { return $output; } } /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>