Spelling fix
[squirrelmail.git] / themes / darkness.php
index 4ac0ff299f97929eeaf57116475373e005a6d610..f338774d184c81857eca62e2d7bda5b140a44456 100755 (executable)
@@ -1,13 +1,15 @@
 <?php
-   /** Author:       Tyler Akins
-       Theme Name:   'Darkness'
-
-       Like black?
-       
-   **/
-
-
-require_once('../functions/strings.php');
+/**
+ * @author Tyler Akins
+ * Theme Name:   'Darkness'
+ * Like black?
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+/**
+ * Load up the usual suspects.. */
+require_once(SM_PATH . 'functions/strings.php');
 
    // Note:  The text distance is actually pre-squared
    // Background range is from 24-64, all three colors are the same
@@ -39,7 +41,7 @@ function Darkness_HeaderPlugin() {
    
    if (substr($PHP_SELF, -18) == '/src/left_main.php') {
       echo '<meta http-equiv="Page-Enter" content="' .
-         'blendTrans(Duration=2.0)">' . '\n';
+         'blendTrans(Duration=2.0)" />' . "\n";
    }
         
 ?><script language=javascript>
@@ -61,7 +63,7 @@ function DarknessTremble() {
 }
 setTimeout('DarknessTremble()', 10000);
 </script>
-<?PHP
+<?php
 }
 
 global $squirrelmail_plugin_hooks;
@@ -155,4 +157,4 @@ f 14: Color for text with more than one quote (default: #FF0000)
 
 **/
 
-?>
+?>
\ No newline at end of file