setting.php 137 B

12345
  1. <?php
  2. require_once __DIR__.DIRECTORY_SEPARATOR.'header.php';
  3. Plugin::callHook("page_setting");
  4. require_once __ROOT__.'footer.php'
  5. ?>