index.php 145 B

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