Browse Source

Update home.php

Capitan Cloud 1 năm trước cách đây
mục cha
commit
948be4803a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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"); ?>