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

7 lines
223 B
PHP
Raw Normal View History

2020-06-24 18:35:15 +00:00
<?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 */ ?>