-
Notifications
You must be signed in to change notification settings - Fork 190
/
Copy pathvariables.php
28 lines (28 loc) · 1.75 KB
/
variables.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
// Variables
return [
"creatorName" => "ThemeSelection",
"creatorUrl" => "https://themeselection.com",
"templateName" => "sneat",
"templateSuffix" => "Bootstrap Dashboard FREE",
"templateVersion" => "2.0.0",
"templateFree" => true,
"templateDescription" => "Most Powerful & Comprehensive Bootstrap 5 HTML Admin Dashboard Template built for developers!",
"templateKeyword" => "dashboard, bootstrap 5 dashboard, bootstrap 5 design, bootstrap 5, bootstrap 5 free, free admin template",
"licenseUrl" => "https://themeselection.com/license/",
"livePreview" => "https://demos.themeselection.com/sneat-bootstrap-html-laravel-admin-template-free/demo/",
"productPage" => "https://themeselection.com/item/sneat-dashboard-free-laravel/",
"productPagePro" => "https://themeselection.com/item/sneat-dashboard-pro-laravel/",
"support" => "https://github.com/themeselection/sneat-html-laravel-admin-template-free/issues",
"moreThemes" => "https://themeselection.com/",
"documentation" => "https://demos.themeselection.com/sneat-bootstrap-html-admin-template/documentation",
"repository" => "https://github.com/themeselection/sneat-bootstrap-html-laravel-admin-template-free",
"gitRepo" => "https://github.com/themeselection/sneat-bootstrap-html-laravel-admin-template-free.git",
"gitRepoAccess" => "https://tools.themeselection.com/github/github-access",
"githubFreeUrl" => "https://github.com/themeselection",
"facebookUrl" => "https://www.facebook.com/ThemeSelections/",
"twitterUrl" => "https://twitter.com/Theme_Selection",
"githubUrl" => "https://github.com/themeselection",
"dribbbleUrl" => "https://dribbble.com/themeselection",
"instagramUrl" => "https://www.instagram.com/themeselection/"
];