1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-26 03:40:56 +03:00
kangana/application/classes/View/Course/Subscribe.php

9 lines
194 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
/**
* Course subscription form view controller
**/
class View_Course_Subscribe extends View_Edit {
public $_layout = 'empty';
}