This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
122 B
PHP

<?php
class Features extends Page {
function index() {
$this->set('template', 'features.html');
}
}