@@ -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 ); |
@@ -87,11 +87,13 @@ |
||
87 | 87 | ?> |
88 | 88 | <body> |
89 | 89 | <?php |
90 | -else : |
|
90 | +else { |
|
91 | + : |
|
91 | 92 | ?> |
92 | 93 | <body class="static-archive"> |
93 | 94 | <?php |
94 | 95 | endif; |
96 | +} |
|
95 | 97 | ?> |
96 | 98 | |
97 | 99 | <div class="head"> |