/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
1
	<!-- Login_view.php
2
	***	TEMPORARY LOGIN INFORMATION - WILL BE REPLACED/NOT IMPLEMENTED ***
3
	-->
4
	<div id="infoWrapper">
5
		<div class="infoText"></div>
6
		<p class="info">yes helo, ples clikc topright to logun! tenks</p>
7
		<?php
64.1.1 by b11johgu
ExamplesController:
8
			print_r($this->session->all_userdata());
9
		?>
10
	</div>
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
11
	
77 by Gustav Hatvigsson
Fixed the loginview
12