diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-04-01 07:04:48 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-04-01 07:04:48 -0400 |
commit | 890dc241ba889712ccc10b38cd8e43b152630c3f (patch) | |
tree | 1b4ee8c0ddc29d172949ca23e6e30abd91587c82 /includes/layout.php | |
parent | 0a1ee3bb2456138060d2d4a20686d5748c757821 (diff) | |
download | fourisland-890dc241ba889712ccc10b38cd8e43b152630c3f.tar.gz fourisland-890dc241ba889712ccc10b38cd8e43b152630c3f.tar.bz2 fourisland-890dc241ba889712ccc10b38cd8e43b152630c3f.zip |
April Fools 2011: Fixed some more stuff up
Diffstat (limited to 'includes/layout.php')
-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 | ?> |