15 lines
551 B
PHP
15 lines
551 B
PHP
<?php
|
|
// Variables
|
|
return [
|
|
"appName" => "koneko.mx",
|
|
"appTitle" => "Koneko Soluciones Tecnológicas",
|
|
"appDescription" => "Koneko Soluciones Tecnológicas",
|
|
"appLogo" => "../vendor/vuexy-admin/img/logo/koneko-04.png",
|
|
"appFavicon" => "../vendor/vuexy-admin/img/logo/koneko-04.png",
|
|
"author" => "arturo@koneko.mx",
|
|
"creatorName" => "Koneko Soluciones Tecnológicas",
|
|
"creatorUrl" => "https://koneko.mx",
|
|
"licenseUrl" => "https://koneko.mx/koneko-admin/licencia",
|
|
"supportUrl" => "https://koneko.mx/soporte",
|
|
];
|