use PAGE_NAME in themes and templates
[squirrelmail.git] / themes / darkness.php
index ccd202b0152fbff69521b8f7f86ee423211e8653..8dac3df6ce79dc47861fa8aebbb80ff397ae0bdc 100755 (executable)
@@ -42,9 +42,8 @@ function IsUnique($Distance, $r, $g, $b, $usedArray)
 // Always tremble background
 // This might make people go insane.  Yes!  *Victory dance!*
 function Darkness_HeaderPlugin() {
-   global $PHP_SELF;
 
-   if (substr($PHP_SELF, -18) == '/src/left_main.php') {
+   if (defined('PAGE_NAME') && PAGE_NAME=='left_main') {
       echo '<meta http-equiv="Page-Enter" content="' .
          'blendTrans(Duration=2.0)" />' . "\n";
    }