source: extensions/oAuth/include/test/examples/signin_signup/application/controllers/pages.php @ 20293

Last change on this file since 20293 was 20293, checked in by mistic100, 11 years ago

first commit of oAuth plugin, still in developpement

File size: 173 bytes
Line 
1<?php
2class pages extends controller { 
3        function help()
4        {
5                $this->loadView( "pages/help" );
6        }
7
8        function error()
9        {
10                $this->loadView( "pages/error" );
11        }
12}
Note: See TracBrowser for help on using the repository browser.