chevereto-free/app/themes/Peafowl/custom_hooks/header.sample.php

7 lines
223 B
PHP

<?php
if (!defined('access') or !access) {
die('This file cannot be directly accessed.');
}
?>
<?php /* Code you add in this file will be added to the header, after head. See: app/themes/Peafowl/header.php */ ?>