Downloads zu Themen in eigene Ordner verschoben
This commit is contained in:
committed by
Eric Blommel
parent
e09438c6ea
commit
0bde9b3d24
@@ -99,7 +99,7 @@ if (!isset($topicData)) {
|
||||
foreach ($topicData->files as $fileName) {
|
||||
?>
|
||||
|
||||
<a href='<?php echo("config/subjects/$subjectData->id/topics/$topicData->id/$fileName") ?>'
|
||||
<a href='<?php echo("config/subjects/$subjectData->id/topics/$topicData->id/downloads/$fileName") ?>'
|
||||
target="_blank" download
|
||||
class="download-btn border-[<?php echo($subjectData->color); ?>] border-2">
|
||||
<i class="fas fa-file-pdf"></i>
|
||||
|
||||
Reference in New Issue
Block a user