index.php 129 B

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