Files
ks-twenty-fifteen/ks-twenty-fifteen.php

10 lines
143 B
PHP
Raw Normal View History

2024-05-07 14:12:27 +02:00
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class KSTwentyFifteen extends Twentyfifteen
{
// Access plugin events in this class
}