diff options
-rwxr-xr-x | includes/layout.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/layout.php b/includes/layout.php index 22b87ea..142a9a6 100755 --- a/includes/layout.php +++ b/includes/layout.php | |||
@@ -270,10 +270,9 @@ ob_end_clean(); | |||
270 | 270 | ||
271 | $document = doAprilFoolsDay($document); | 271 | $document = doAprilFoolsDay($document); |
272 | $document = str_replace(doAprilFoolsDay($content), $content, $document); | 272 | $document = str_replace(doAprilFoolsDay($content), $content, $document); |
273 | $document = str_replace("id=\"threem\"", "id=\"fourm\"", $document); | 273 | $document = str_replace("id=\"fridaym\"", "id=\"fourm\"", $document); |
274 | $document = str_replace("id=\"threeipedia\"", "id=\"fouripedia\"", $document); | 274 | $document = str_replace("id=\"fridayipedia\"", "id=\"fouripedia\"", $document); |
275 | $document = str_replace('CLASS="threem none threem-none"', 'CLASS="fourm none fourm-none"', $document); | 275 | $document = str_replace('CLASS="fridaym none fridaym-none"', 'CLASS="fourm none fourm-none"', $document); |
276 | $document = str_replace("threeisland.com/", "fourisland.com/", $document); | ||
277 | echo($document); | 276 | echo($document); |
278 | 277 | ||
279 | ?> | 278 | ?> |