Skip to content

Commit b027134

Browse files
committed
cleaning quirks for Distribution
1 parent ba5d307 commit b027134

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

generate/libraries_local.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
$benchmark_start = microtime_float();
88

99

10-
1110
$libraries = array('net', 'serial', 'video', 'dxf', 'pdf');
1211
$lib_dir = DISTDIR.'libraries';
1312

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="navBar" id="mainnav_noSub">
2-
<a href="<!-- webcontentpath -->index.html" <!-- isLanguage -->>Language</a> (<a href="<!-- webcontentpath -->alpha.html" <!-- isAlphabetical -->>A-Z</a>) \\
3-
<a href="<!-- webcontentpath -->libraries/index.html" <!-- isLibrary -->>Libraries</a> \\
4-
<a href="<!-- webcontentpath -->tools/index.html">Tools</a> \\
5-
<a href="<!-- webcontentpath -->environment/index.html">Environment</a>
2+
<a href="./index.html" <!-- isLanguage -->>Language</a> (<a href="./alpha.html" <!-- isAlphabetical -->>A-Z</a>) \\
3+
<a href="./libraries/index.html" <!-- isLibrary -->>Libraries</a> \\
4+
<a href="./tools/index.html">Tools</a> \\
5+
<a href="./environment/index.html">Environment</a>
66
</div>

templates/template.nav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'Topics' => array('/learning/topics/', 2),
1313
# '3D' => array('/learning/3d/', 2),
1414
# 'Library' => array('/learning/library/', 2),
15-
'Books' => array('/learning/books/', 2),
15+
'Books' => array('/learning/books/', 2),
1616

1717
'Reference' => array('/reference/', 1),
1818
'Language' => array('/reference/', 2),

0 commit comments

Comments
 (0)