Browse Source

Update footerContent.php

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