Initial commit
This commit is contained in:
21
app/templates/api/api.inc.php
Normal file
21
app/templates/api/api.inc.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* app/templates/admin/admin.inc.php
|
||||
*
|
||||
* This is the loader for the admin template.
|
||||
*
|
||||
* @version 3.0
|
||||
* @author Joey Kimsey <Joey@thetempusproject.com>
|
||||
* @link https://TheTempusProject.com
|
||||
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
|
||||
*/
|
||||
namespace TheTempusProject\Templates;
|
||||
|
||||
use TheTempusProject\Houdini\Classes\Components;
|
||||
use TheTempusProject\Houdini\Classes\Navigation;
|
||||
|
||||
class ApiLoader extends DefaultLoader {
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
1
app/templates/api/api.tpl
Normal file
1
app/templates/api/api.tpl
Normal file
@ -0,0 +1 @@
|
||||
{CONTENT}
|
Reference in New Issue
Block a user