X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_top.php;h=147e8626738e133a3d8b962e719a56684fbfc5e7;hb=288df1a09d98fc7a455cbab2fceca36d00508328;hp=fd9b101a3e70d243ad9ec369841ef163d030a8dd;hpb=895905c0f766ea03e85deab260b4bb1522dd0e3c;p=squirrelmail.git diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index fd9b101a..147e8626 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -1,44 +1,52 @@ \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 +?>