Howto/themes/grav-theme-howto/howto.php

10 lines
125 B
PHP

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