Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Fixed issues after updating composer packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
masterking32 committed Dec 29, 2023
1 parent 3345f8d commit e07b994
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 26 deletions.
3 changes: 1 addition & 2 deletions template/advance/tpl/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Email : [email protected]
* Date: 04/02/2020 - 6:55 PM
*/
use SebastianBergmann\Timer\Timer;
?>
</main>
<footer id="footer">
Expand All @@ -22,7 +21,7 @@
<div class="container footer-bottom clearfix">
<div class="credits">
Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
<BR>
Tempelate Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> and Modified by <a
href="http://masterking32.com">Amin.MasterkinG</a>
Expand Down
8 changes: 2 additions & 6 deletions template/battleforazeroth/tpl/footer.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (https://masterking32.com)
* @link https://masterking32.com
* @Description : It's not masterking32 framework !
**/

use SebastianBergmann\Timer\Timer;

?>
<footer class="footer-section">
<h2>Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
<BR>
Tempelate Designed by <a href="https://belikovart.ru/" target="_blank">Roxtedy</a> and Modified by <a
href="http://masterking32.com">Amin.MasterkinG</a></h2>
Expand Down
8 changes: 2 additions & 6 deletions template/icecrown/tpl/footer.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (https://masterking32.com)
* @link https://masterking32.com
* @Description : It's not masterking32 framework !
**/

use SebastianBergmann\Timer\Timer;

?>
<div class="row">
<div class="text-center box1">
Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
</div>
</div>
</div>
Expand Down
8 changes: 2 additions & 6 deletions template/kaelthas/tpl/footer.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (https://masterking32.com)
* @link https://masterking32.com
* @Description : It's not masterking32 framework !
**/

use SebastianBergmann\Timer\Timer;

?>
<div class="row">
<div class="text-center box1">
Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
</div>
</div>
</div>
Expand Down
8 changes: 2 additions & 6 deletions template/light/tpl/footer.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (https://masterking32.com)
* @link https://masterking32.com
* @Description : It's not masterking32 framework !
**/

use SebastianBergmann\Timer\Timer;

?>
</div>
<footer class="text-center">
Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
</footer>
</body>
</html>

0 comments on commit e07b994

Please sign in to comment.