X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fimage.php;h=a2ef223b5d73bbece7dbc8d3f1e7cf747ffec459;hb=c4dcda235cd69f4a5cfab95cec25b128224cda80;hp=87423e80ca94ad821a0215fdd07ef5e3fa1fc6e0;hpb=202bcbcc2b67c7c153db1b09b608b62beeba0496;p=squirrelmail.git diff --git a/src/image.php b/src/image.php index 87423e80..a2ef223b 100644 --- a/src/image.php +++ b/src/image.php @@ -5,18 +5,21 @@ * * This file shows an attached image * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +/** This is the image page */ +define('PAGE_NAME', 'image'); + /** * Include the SquirrelMail initialization file. */ require('../include/init.php'); -displayPageHeader($color, 'None'); +displayPageHeader($color); /* globals */ if ( sqgetGlobalVar('passed_id', $temp, SQ_GET) ) {