Howto/themes/grav-theme-howto/grav-theme-howto.php
2019-08-13 15:58:07 +02:00

10 lines
125 B
PHP

<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class Howto extends Theme
{
// Access plugin events in this class
}