Initial Commit
The initial public commit of MVGL website code.
This commit is contained in:
commit
b39ecf1638
2043 changed files with 215154 additions and 0 deletions
66
config/global/general.php
Normal file
66
config/global/general.php
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
// Product
|
||||
'product' => array(
|
||||
'name' => 'Metronic',
|
||||
'description' => 'Metronic - Bootstrap 5 HTML, VueJS, React, Angular & Laravel Admin Dashboard Theme',
|
||||
'preview' => 'https://preview.keenthemes.com/metronic8/laravel',
|
||||
'home' => 'https://keenthemes.com/metronic',
|
||||
'purchase' => 'https://1.envato.market/EA4JP',
|
||||
'licenses' => array(
|
||||
'terms' => 'https://themeforest.net/licenses/standard',
|
||||
'types' => array(
|
||||
array(
|
||||
'title' => 'Regular License',
|
||||
'description' => 'For single end product used by you or one client',
|
||||
'tooltip' => 'Use, by you or one client in a single end product which end users are not charged for',
|
||||
'price' => '39',
|
||||
),
|
||||
array(
|
||||
'title' => 'Extended License',
|
||||
'description' => 'For single SaaS app with paying users',
|
||||
'tooltip' => 'Use, by you or one client, in a single end product which end users can be charged for.',
|
||||
'price' => '939',
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
// Meta
|
||||
'meta' => array(
|
||||
'title' => 'MyVideoGameList',
|
||||
'description' => 'MyVideoGameList - Track your video games!',
|
||||
'keywords' => 'game, videogame, video game, gaming, gamer, organization, hobby, nintendo, xbox, playstation, nintendo switch, gameboy, computer, data, stats', // phpcs:ignore
|
||||
'canonical' => 'https://myvideogamelist.com',
|
||||
),
|
||||
|
||||
// General
|
||||
'general' => array(
|
||||
'website' => 'https://myvideogamelist.com',
|
||||
'about' => '/about',
|
||||
'contact' => '/contact-us',
|
||||
'support' => '/support',
|
||||
'social-accounts' => array(
|
||||
array(
|
||||
'name' => 'Twitter',
|
||||
'url' => 'https://twitter.com/myvideogamelist',
|
||||
'logo' => 'svg/social-logos/twitter.svg',
|
||||
"class" => "h-20px",
|
||||
),
|
||||
array(
|
||||
'name' => 'Instagram',
|
||||
'url' => 'https://www.instagram.com/myvideogamelist',
|
||||
'logo' => 'svg/social-logos/instagram.svg',
|
||||
"class" => "h-20px",
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => 'Facebook',
|
||||
'url' => 'https://www.facebook.com/myvideogamelist',
|
||||
'logo' => 'svg/social-logos/facebook.svg',
|
||||
"class" => "h-20px",
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue