New Function : convertCurrency

This commit is contained in:
Divlo
2019-09-13 21:56:36 +02:00
parent 04b95d8988
commit c5c167a806
10 changed files with 94 additions and 7 deletions

View File

@ -1,8 +1,8 @@
<!-- Config -->
<?php include("./php/config.php");?>
<?php include("../php/config.php");?>
<!-- Header -->
<?php include("./incl/header.php");?>
<?php include("../incl/header.php");?>
<!-- Page Content -->
<div class="container">
@ -11,4 +11,4 @@
</div>
<!-- Footer -->
<?php include("./incl/footer.php");?>
<?php include("../incl/footer.php");?>