hfkfhkfhgjkuhgfkjfghkj

This commit is contained in:
Local Dev
2025-02-03 12:03:51 -05:00
commit fd36f0f4bf
302 changed files with 22625 additions and 0 deletions

21
app/templates/api/api.inc.php Executable file
View 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 Executable file
View File

@ -0,0 +1 @@
{CONTENT}