index.php 69 B

1234567
  1. <?php
  2. // Dummy theme.
  3. echo __DIR__ . '/' . basename(__FILE__);
  4. ?>