Skip to content

Commit 2ec8444

Browse files
committed
1 parent 2e1fb74 commit 2ec8444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/tools_local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// get tools index
1616
$index = CONTENTDIR."api_en/tools/index.html";
1717
//$page = new Page('Tools', 'Tools');
18-
$page = new LocalPage('Tools \\ Processing 1.0 (BETA)', 'Tools', 'Tools', '../');
18+
$page = new LocalPage('Tools', 'Tools', 'Tools', '../');
1919
$page->content(file_get_contents($index));
2020
//make_necessary_directories(BASEDIR.$tools_dir.'/images/include.php');
2121
writeFile('distribution/tools/index.html', $page->out());

0 commit comments

Comments
 (0)