| @@ -81,10 +81,13 @@ | ||
| 81 | 81 | if ( ! isset( $GLOBALS['autogen'] ) || $GLOBALS['autogen'] !== true ) : ?> | 
| 82 | 82 | <body> | 
| 83 | 83 | <?php | 
| 84 | -else : ?> | |
| 84 | +else { | |
| 85 | + : ?> | |
| 85 | 86 | <body class="static-archive"> | 
| 86 | 87 | <?php | 
| 87 | -endif; ?> | |
| 88 | +endif; | |
| 89 | +} | |
| 90 | +?> | |
| 88 | 91 | |
| 89 | 92 | <div class="head"> | 
| 90 | 93 | |
| @@ -340,7 +340,7 @@ | ||
| 340 | 340 | * @param string $haystack | 
| 341 | 341 | * @param string $needle | 
| 342 | 342 | * | 
| 343 | - * @return int|false | |
| 343 | + * @return integer|null | |
| 344 | 344 | */ | 
| 345 | 345 |  	function stripos( $haystack, $needle ) { | 
| 346 | 346 | $haystack = strtolower( $haystack ); |