TIF_E41200642/public/dist/js/app.init.js

9 lines
291 B
JavaScript

$(function () {
"use strict";
$("#main-wrapper").AdminSettings({
// IS HERE //
ThemeBg: "purple_theme", // Theme Option: blue_theme | aqua_theme | purple_theme | green_theme | cyan_theme | orange_theme
SidebarType: "full", // You can change it full / mini-sidebar
});
});