File: /var/www/html/onlineshop/wp-content/themes/nautica/inc/config/define.php
<?php
define( 'NAUTICA_THEME_VERSION', '1.0' );
define( 'NAUTICA_THEME_URI', get_template_directory_uri() );
define( 'NAUTICA_THEME_DIR', get_template_directory() );
define( 'NAUTICA_THEME_TEMPLATE_DIR', NAUTICA_THEME_URI.'page-templates/' );
define( 'NAUTICA_PREFIX','nautica_');
define('NAUTICA_THEME_DEFAULT_HEADER_VERSION','v6');
define('NAUTICA_THEME_DEFAULT_FOOTER_VERSION','v3');
// For Engo themer plugin
define( 'ENGO_THEME_DIR', NAUTICA_THEME_DIR );
?>