1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-05 08:04:27 +03:00
kangana/application/classes/View/Subscription/Subscribe.php

9 lines
193 B
PHP
Raw Normal View History

2014-01-28 09:50:18 +02:00
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Subscription form view controller
**/
class View_Subscription_Subscribe extends View_Edit {
public $_layout = 'empty';
}