Rev 186 | Go to most recent revision | Details | Last modification | View Log | RSS feed
<?php
class IndexView extends View
{
/**
* Creates a new index view
*
* @see View::__construct()
*/
public function __construct ($template)
parent::__construct('application/layouts/index/index.phtml');
}