We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1fb74 commit 2ec8444Copy full SHA for 2ec8444
1 file changed
generate/tools_local.php
@@ -15,7 +15,7 @@
15
// get tools index
16
$index = CONTENTDIR."api_en/tools/index.html";
17
//$page = new Page('Tools', 'Tools');
18
-$page = new LocalPage('Tools \\ Processing 1.0 (BETA)', 'Tools', 'Tools', '../');
+$page = new LocalPage('Tools', 'Tools', 'Tools', '../');
19
$page->content(file_get_contents($index));
20
//make_necessary_directories(BASEDIR.$tools_dir.'/images/include.php');
21
writeFile('distribution/tools/index.html', $page->out());
0 commit comments