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"); ?>