grav/themes/buha2/buha2.php

10 lines
125 B
PHP
Raw Normal View History

2023-01-10 13:20:14 +01:00
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class Buha2 extends Theme
{
// Access plugin events in this class
}