version increment, name change

This commit is contained in:
Rylie James Thomas 2018-11-08 19:56:15 +11:00
parent f9a9dfa6a9
commit c4de9f647d

View File

@ -1,11 +1,11 @@
<?php if (!defined('APPLICATION')) exit(); <?php if (!defined('APPLICATION')) exit();
$ThemeInfo['Fancy-GMT'] = array( $ThemeInfo['Not-Fancy-GMS'] = array(
'Name' => 'Fancy-GMS', 'Name' => 'Not-Fancy-GMS',
'Description' => "Modified version of 'Vanilla Forums Responsive Template by Hoangsoft.com'", 'Description' => "Modified version of 'Vanilla Forums Responsive Template by Hoangsoft.com'",
'Version' => '1.0 (based on Fancy version 1.1)', 'Version' => '1.2',
'Author' => "Rylie James Thomas (original by Hoangsoft.com)", 'Author' => "Rylie James Thomas (original by Hoangsoft.com)",
'License'=>"GNU GPL2", 'License'=>"GNU GPL2",
'AuthorEmail' => 'contact@ryliejamesthomas.net', 'AuthorEmail' => 'contact@ryliejamesthomas.net',
'AuthorUrl' => 'https://www.ryliejamesthomas.net' 'AuthorUrl' => 'http://www.ryliejamesthomas.net'
); );