Skip to content

Commit aa25a15

Browse files
philiptrphiliptr
authored andcommitted
Filling foundation page content
1 parent f2ab7db commit aa25a15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

generate/foundation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
$source = CONTENTDIR."foundation-test/";
2424

2525
$page = new Page("Foundation Overview", "Foundation Overview");
26-
$page->content(file_get_contents($source."overviewf.html"));
27-
writeFile('overviewf/index.html', $page->out());
26+
$page->content(file_get_contents($source."foundation-test/overviewf.html"));
27+
writeFile('overviewf.html', $page->out());
2828
#copydirr($source.'/images', $path.'/images');
2929

3030
$page = new Page("Mission", "Mission");

0 commit comments

Comments
 (0)