Browse Source

Update home.php

Capitan Cloud 1 year ago
parent
commit
948be4803a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Private/scripts/home.php

+ 5 - 0
Private/scripts/home.php

@@ -1240,6 +1240,11 @@ window.addEventListener("resize", function() {
 
 </script>    
 
+<!-- SKINNER CODE -->
+<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html")): ?>
+<?php include(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html"); ?> 
+<?php endif; ?>
+	
 <!-- METRICS CODE -->
 <?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
 <?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?>