Skip to content

Commit

Permalink
index: download link bigger/bolder
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Apr 29, 2024
1 parent b6ebf24 commit 4218af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function tri_par_completion($a, $b) {return tri_ligne($a, $b, 'completion');}
*/
if($token_ok && is_dir($arv_config['docs_dir'].'/'.$l[3]))
{
echo '<div><a href="list.php?ref='.$l[3].'&token='.$_GET['token'].'">Documents</a></div>';
echo '<div><a href="list.php?ref='.$l[3].'&token='.$_GET['token'].'" style="font-size:150%;font-weight:bolder;text-decoration:underline">Télécharger</a></div>';
}
echo "</div>\n";

Expand Down

0 comments on commit 4218af6

Please sign in to comment.