*/ /** * Functions for standalone HTML printing. */ function displayPageHeader($color, $title, $searchform = 'yes', $xtra = '') { global $PHP_SELF, $language; print ' '. $title .' '; /* if($searchform == 'yes') { echo ''; } else { echo ''; } */ echo ''; if(isset($expandbutton)) { print '
'. ''. _(
'; } return; } ?>