Thank you very much for the clarification it looks like this:
/ **
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices During Development.
* It is strongly recommended That plugin and theme developers use WP_DEBUG
* In Their development environments.
* /
define (‘WP_DEBUG’, false);
define (‘WP_ALLOW_MULTISITE’, true);
/ * That’s all, stop editing in this place! Happy blogging! * /
define (‘MultiSite’, true);
define (‘SUBDOMAIN_INSTALL’, true);
$ base = ‘/’;
define (‘DOMAIN_CURRENT_SITE’, ‘www.domen.com’);
define (‘PATH_CURRENT_SITE’, ‘/ ‘);
define (‘SITE_ID_CURRENT_SITE’, 1);
define (‘BLOG_ID_CURRENT_SITE’, 1);
define (‘WP_DEFAULT_THEME’, ‘szablonnasz’);
/ ** Absolute path to the directory of WordPress. * /
if (defined (‘ABSPATH’))
define (‘ABSPATH’, dirname (__FILE__).’/’);
/ ** Sets the variable WordPress and attached files. * /
require_once (ABSPATH. ‘wp-settings.php’);
where you define (‘WP_DEFAULT_THEME’, ‘szablonnasz’); szablonnasz change to your template you want as default