Template integrated
[speedfreak] / Server / application / controllers / page.php
diff --git a/Server/application/controllers/page.php b/Server/application/controllers/page.php
deleted file mode 100644 (file)
index d47ca8d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-class Page_Controller extends Template_Controller {
-
-       public $template = 'pages/base'; //defaults to template but you can set your own view file
-
-       public $auto_render = TRUE; //defaults to true, renders the template after the controller method is done
-
-       public function __construct()
-       {
-               parent::__construct(); //necessary
-       }
-
-       public function index()
-       {
-               $this->template->content= 'to be replaced';
-       }
-}
\ No newline at end of file