Skip to content

Commit

Permalink
Commenting out the include logic. Full pages are cajoled now, so scri…
Browse files Browse the repository at this point in the history
…pts and css should be inline in the pre-cajoled markup.
  • Loading branch information
lsmith committed Sep 2, 2009
1 parent 6a62cc4 commit fb7727b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/host.php
Expand Up @@ -19,9 +19,11 @@
$base = $_GET['base']; $base = $_GET['base'];
} }


/*
if (isset($_GET['include'])) { if (isset($_GET['include'])) {
array_map("add", split(',',$_GET['include'])); array_map("add", split(',',$_GET['include']));
} }
*/


if (isset($_GET['css'])) { if (isset($_GET['css'])) {
array_map("addCSS", split(',',$_GET['css'])); array_map("addCSS", split(',',$_GET['css']));
Expand Down

0 comments on commit fb7727b

Please sign in to comment.