File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919// get library index
2020$ index = CONTENTDIR ."api_ $ lang/libraries/index.html " ;
21- $ page = new Page ('Libraries \\ Processing 1.0 (BETA) ' , 'Libraries ' );
21+ $ page = new Page ('Libraries ' , 'Libraries ' );
2222$ page ->content (file_get_contents ($ index ));
2323make_necessary_directories (BASEDIR .$ lib_dir .'/images/include.php ' );
2424writeFile ($ lib_dir .'/index.html ' , $ page ->out ());
Original file line number Diff line number Diff line change 1313
1414// get tools index
1515$ index = CONTENTDIR ."api_en/tools/index.html " ;
16- $ page = new Page ('Tools \\ Processing 1.0 ' , 'Tools ' );
16+ $ page = new Page ('Tools ' , 'Tools ' );
1717$ page ->content (file_get_contents ($ index ));
1818//make_necessary_directories(BASEDIR.$tools_dir.'/images/include.php');
1919writeFile ($ tools_dir .'/index.html ' , $ page ->out ());
You can’t perform that action at this time.
0 commit comments