This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/main/index.php
2015-03-08 06:48:27 +01:00

16 lines
305 B
PHP

<?php
/*
* Flashii.net Main Index
*/
// Include components
require_once('/var/www/flashii.net/_sakura/sakura.php');
// Add page specific things
$renderData['page'] = [
'title' => 'Flashii Dev'
];
// Print page contents
print $flashii->_TPL->render('main/index.tpl', $renderData);