controllers/opiniarbo.php
changeset 0 3773f4677c40
child 1 f08a11b5d207
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/controllers/opiniarbo.php	Thu Dec 25 11:25:58 2008 +0000
@@ -0,0 +1,14 @@
+<?php
+
+class Opiniarbo extends Controller {
+
+	function index()
+    {
+        $this->load->library('aulib');
+		$this->load->library('parser');
+		$this->load->helper('form');
+
+        $data['logindata'] = $this->aulib->getLoginLink();
+        $this->parser->parse('arbo', $data);
+    }
+}