X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_top.php;h=c6fc05c7b269b45812d6811c4e100230bfcafddb;hb=45c1ed84f88a3e3a9e3d0959642b88f1225bac45;hp=fd9b101a3e70d243ad9ec369841ef163d030a8dd;hpb=895905c0f766ea03e85deab260b4bb1522dd0e3c;p=squirrelmail.git diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index fd9b101a..c6fc05c7 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -1,44 +1,49 @@ \n". - "\n". - "\n", FALSE ); +/* SquirrelMail required files. */ +require_once(SM_PATH . 'include/validate.php'); +require_once(SM_PATH . 'functions/strings.php'); +require_once(SM_PATH . 'config/config.php'); +require_once(SM_PATH . 'include/load_prefs.php'); +require_once(SM_PATH . 'functions/page_header.php'); +require_once(SM_PATH . 'functions/html.php'); +displayHtmlHeader( _("Printer Friendly"), + "\n", FALSE ); - echo "\n" . - //'
'. - '
'. + +echo "\n" . + html_tag( 'div', + ''. '
'. - ' '. - ''. + ' '. + ''. '
'. - '
'. - //'
'. - ''. - "\n"; + '', + 'right' ); + ''. "\n"; -?> \ No newline at end of file +?>