This commit is contained in:
parent
0d40b85f76
commit
8d84fda8af
3 changed files with 160 additions and 1 deletions
7
site/plugins/kirby-helpers/index.php
Normal file
7
site/plugins/kirby-helpers/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Kirby\Filesystem\F;
|
||||
|
||||
F::loadClasses([
|
||||
'Mmk2410\\KirbyHelpers\\RssFeed' => 'src/RssFeed.php'
|
||||
], __DIR__);
|
Loading…
Add table
Add a link
Reference in a new issue