first commit

This commit is contained in:
2024-05-07 14:12:27 +02:00
commit 810bdaff55
42 changed files with 19595 additions and 0 deletions

9
ks-twenty-fifteen.php Normal file
View File

@ -0,0 +1,9 @@
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class KSTwentyFifteen extends Twentyfifteen
{
// Access plugin events in this class
}