فهرست منبع

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