bugfix kernelmodule link

This commit is contained in:
labcode-de 2017-09-23 17:27:40 +02:00
parent 59ad6a45fd
commit b5a3e6fa3b
No known key found for this signature in database
GPG Key ID: 9CDB093B80490C2F

View File

@ -140,7 +140,7 @@ $community_id = $_REQUEST['id'];
</div>
<div class="col s12 center">
<a disabled id="download" class="waves-effect waves-light btn-large"><i class="material-icons left">file_download</i>Herunterladen</a>
<span>Passende Kernelmodule bitte seperat laden von <a href="<?php $community[$community_id]['modules_path']?>"><?php $community[$community_id]['modules_path']?> ?></a></span>
<br><span>Passende Kernelmodule bitte seperat laden von <a class="blue-grey-text text-darken-4" href="<?php echo $community[$community_id]['modules_path']?>"><?php echo $community[$community_id]['modules_path']?></a></span>
</div>
</div>
<footer class="page-footer">