1
0
forked from Chaospott/site

added a few articles, added media

This commit is contained in:
Timm Szigat
2014-10-26 19:35:05 +01:00
parent 6498447b0d
commit 68bb02d6b2
624 changed files with 28682 additions and 66 deletions

View File

@ -0,0 +1,8 @@
<?php
class Dummy extends Hook
{
public function doHook(Post $post)
{
error_log('Hooked ' . $post->title);
}
}