This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Link or Import the database.php file (SQL structure) | |
require get_template_directory() . '/inc/database.php'; | |
// Handles submission to database | |
require get_template_directory() . '/inc/reservations.php'; | |
// Create option pages for the theme | |
require get_template_directory() . '/inc/options.php'; | |