Changes to blog
This commit is contained in:
parent
135fde1f87
commit
7a850823bd
6 changed files with 40 additions and 3 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
class Blog_ArchiveController extends Fiktiv_Controller_Action
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in a new issue