<?php
/**
 * SuperMag functions and definitions.
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package AcmeThemes
 * @subpackage Supermag
 */

/**
 * require int.
 */
$supermag_file_directory_init_file_path = trailingslashit( get_template_directory() ).'acmethemes/init.php';
require $supermag_file_directory_init_file_path;
