Skip to content

Commit

Permalink
Moved views/kodoc to views/userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Sep 7, 2009
1 parent 813f8f7 commit 3523b2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 1 addition & 6 deletions classes/controller/userguide.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

class Controller_Userguide extends Controller_Template {

/**
* @var object Kodoc instance
*/
public $kodoc;

public $template = 'kodoc/template';
public $template = 'userguide/template';

public function before()
{
Expand Down
6 changes: 6 additions & 0 deletions views/userguide/examples/error.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

// Should trigger an ErrorException with an E_NOTICE level
echo $var_does_not_exist;

?>
File renamed without changes.

0 comments on commit 3523b2c

Please sign in to comment.