This commit is contained in:
2019-12-05 16:17:21 +01:00
commit a64fc762f0
14 changed files with 382 additions and 0 deletions

9
myportfolio.php Executable file
View File

@@ -0,0 +1,9 @@
<?php
namespace Grav\Theme;
use Grav\Common\Theme;
class Myportfolio extends Theme
{
// Access plugin events in this class
}