Add APP_NAME constant

Improved issue display
Add component::prepend
Add switches to form html
Updated form html to Bootstrap 5.
Updated navigation html to Bootstrap 5.
This commit is contained in:
Joey Kimsey
2025-01-21 20:46:13 -05:00
parent d9e61d3f8f
commit 61589b35ff
6 changed files with 84 additions and 29 deletions

View File

@ -6,6 +6,9 @@ if ( ! defined( 'HOUDINI_ROOT_DIRECTORY' ) ) {
if ( ! defined( 'HOUDINI_CONFIG_DIRECTORY' ) ) {
define( 'HOUDINI_CONFIG_DIRECTORY', HOUDINI_ROOT_DIRECTORY . 'config' . DIRECTORY_SEPARATOR );
}
if (!defined('APP_NAME')) {
define('APP_NAME', 'Houdini Site');
}
// # Tell the app all constants have been loaded.
if ( ! defined('HOUDINI_CONSTANTS_LOADED' ) ) {
define( 'HOUDINI_CONSTANTS_LOADED', true );