diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-10-16 15:16:55 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-10-16 15:16:55 -0400 |
commit | 753be9b8271a32a1b6319f1a7ee8ba2d63f138a9 (patch) | |
tree | 2582add260e1c27d0effc53de12023e07368c1a6 /sowtheme3.php | |
download | grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.tar.gz grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.tar.bz2 grav-sowtheme-753be9b8271a32a1b6319f1a7ee8ba2d63f138a9.zip |
first commit
Diffstat (limited to 'sowtheme3.php')
-rw-r--r-- | sowtheme3.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sowtheme3.php b/sowtheme3.php new file mode 100644 index 0000000..f157e02 --- /dev/null +++ b/sowtheme3.php @@ -0,0 +1,9 @@ +<?php +namespace Grav\Theme; + +use Grav\Common\Theme; + +class Sowtheme extends Theme +{ + // Access plugin events in this class +} |