Skip to content

Commit

Permalink
add source
Browse files Browse the repository at this point in the history
  • Loading branch information
Reqrefusion committed Sep 11, 2024
1 parent 51d534a commit e40a59c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ function processWikiContent($page, $lang = 'en') {
echo processWikiContent($page, $lang);

?>

<p>
<?php echo _("This page is retrieved from"); ?>
<a href="<?php echo "https://wiki.freecad.org/".$page; ?>"><?php echo "https://wiki.freecad.org/".$page;?></a>
</p>
</div>
<?php
include 'footer.php';
Expand Down

0 comments on commit e40a59c

Please sign in to comment.