Archived
1
0
Fork 0

Changes to blog

This commit is contained in:
Fredric N 2010-10-02 14:12:54 +02:00
parent 135fde1f87
commit 7a850823bd
6 changed files with 40 additions and 3 deletions

View file

@ -0,0 +1,9 @@
<?php
class Blog_ArchiveController extends Fiktiv_Controller_Action
{
public function indexAction()
{
}
}