* @link http://monstra.org * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ class Frontend { public static function main() { } public static function title() { return ''; } public static function description() { return ''; } public static function keywords() { return ''; } public static function template() { return 'index'; } public static function content() { return ''; } }