Skip to content

Commit f121dbc

Browse files
philiptrphiliptr
authored andcommitted
Changing build path for foundation site
1 parent 1c86d87 commit f121dbc

10 files changed

Lines changed: 5 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

data_05_headers.jpg

-22.2 KB
Binary file not shown.

generate/foundation.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
//require_once(TEMPLATEDIR.'foundation-template.php');
55
$benchmark_start = microtime_float();
66

7-
$source = CONTENTDIR."static/foundation-test";
7+
$source = CONTENTDIR."static/foundation-site";
88
$path = BASEDIR;
99

10-
$where = CONTENTDIR . 'static/foundation-test';
10+
$where = CONTENTDIR . 'static/foundation-site';
1111
putenv('HOME=' . CONTENTDIR);
1212

13-
$source = CONTENTDIR."static/foundation-test/";
14-
$dest = $path."foundation-site/";
13+
$source = CONTENTDIR."static/foundation-site/";
14+
//$dest = $path."foundation-site/";
15+
$dest = "/var/www/foundation/";
1516

1617
$page = new Page("Foundation Overview", "Foundation Overview");
1718
$page->content(file_get_contents($source."overviewf.html"));

0 commit comments

Comments
 (0)