소스 검색

Update footerContent.php

Capitan Cloud 2 년 전
부모
커밋
42cf87c7af
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Private/scripts/footerContent.php

+ 3 - 0
Private/scripts/footerContent.php

@@ -39,6 +39,9 @@ use fivemode\fivemode\Page;
 
 </div>
 
+<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html")): ?>
+<?php include(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html"); ?> 
+<?php endif; ?>
 
 <?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
 <?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?>