瀏覽代碼

Update home.php

Capitan Cloud 1 年之前
父節點
當前提交
948be4803a
共有 1 個文件被更改,包括 5 次插入0 次删除
  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"); ?>