diff options
author | filip <filip.komar@gmail.com> | 2017-07-18 22:42:11 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-07-18 22:42:11 +0200 |
commit | d376834ee4e0c7d25602ebf71c09d09c194450bb (patch) | |
tree | f6d7683721334b8b38053a0d2b8f152617b96027 /en | |
parent | f92a559d182ff3bc67920f4f07cdc80d371898e9 (diff) | |
download | www-d376834ee4e0c7d25602ebf71c09d09c194450bb.tar www-d376834ee4e0c7d25602ebf71c09d09c194450bb.tar.gz www-d376834ee4e0c7d25602ebf71c09d09c194450bb.tar.bz2 www-d376834ee4e0c7d25602ebf71c09d09c194450bb.tar.xz www-d376834ee4e0c7d25602ebf71c09d09c194450bb.zip |
enable Network installation
+ dir typofix
Diffstat (limited to 'en')
-rw-r--r-- | en/doc/doc.php | 2 | ||||
-rw-r--r-- | en/doc/index.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php index 576f93567..692c519d6 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -65,7 +65,7 @@ function doc_list($documentation_name, $type, $version) $name = 'DrakLive'; $title = _r('Installation from LIVE medium'); } else if ('netinstall' == $type) { - $dir = 'NetInstall'; + $dir = 'netinstall'; $name = 'NetInstall'; $title = _r('Installation with tiny boot image'); } else { diff --git a/en/doc/index.php b/en/doc/index.php index 62ab55bf4..2fdb6bea9 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -45,9 +45,9 @@ require 'doc.php'; <div class="col"> <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 6); ?> </div> - <!-- <div class="col"> + <div class="col"> <?php doc_list(_r('Network installation'), 'netinstall', 6); ?> - </div> --> + </div> </div><!--row--> <hr></hr> <h3>Mageia 5</h3> |