Code cleanup brigage...
[squirrelmail.git] / src / printer_friendly_top.php
index fd9b101a3e70d243ad9ec369841ef163d030a8dd..334f26ae8a40f23928606dce522d5ba4ba13bf2d 100644 (file)
@@ -1,22 +1,38 @@
 <?php
 
-  /**
  **  printer_friendly_top.php
  **
  **  Copyright (c) 1999-2001 The SquirrelMail development team
  **  Licensed under the GNU GPL. For full terms see the file COPYING.
  **
  **  top frame of printer_friendly_main.php
  **  displays some javascript buttons for printing & closing
  **
  **  $Id$
  **/
+/**
* printer_friendly_top.php
+ *
* Copyright (c) 1999-2001 The SquirrelMail Development Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* top frame of printer_friendly_main.php
* displays some javascript buttons for printing & closing
+ *
* $Id$
+ */
 
-    require_once('../src/validate.php');
-    require_once('../functions/strings.php');
-    require_once('../config/config.php');
-    require_once('../src/load_prefs.php');
-    require_once('../functions/page_header.php');
+/*****************************************************************/
+/*** THIS FILE NEEDS TO HAVE ITS FORMATTING FIXED!!!           ***/
+/*** PLEASE DO SO AND REMOVE THIS COMMENT SECTION.             ***/
+/***    + Base level indent should begin at left margin, as    ***/
+/***      the require_once below looks.                        ***/
+/***    + All identation should consist of four space blocks   ***/
+/***    + Tab characters are evil.                             ***/
+/***    + all comments should use "slash-star ... star-slash"  ***/
+/***      style -- no pound characters, no slash-slash style   ***/
+/***    + FLOW CONTROL STATEMENTS (if, while, etc) SHOULD      ***/
+/***      ALWAYS USE { AND } CHARACTERS!!!                     ***/
+/***    + Please use ' instead of ", when possible. Note "     ***/
+/***      should always be used in _( ) function calls.        ***/
+/*** Thank you for your help making the SM code more readable. ***/
+/*****************************************************************/
+
+require_once('../src/validate.php');
+require_once('../functions/strings.php');
+require_once('../config/config.php');
+require_once('../src/load_prefs.php');
+require_once('../functions/page_header.php');
 
     displayHtmlHeader( _("Printer Friendly"),
                  "<script language=\"javascript\">\n".
@@ -41,4 +57,4 @@
          '</body>'.
          "</html>\n";
 
-?>
\ No newline at end of file
+?>