1
0
Fork 0

version increment, name change

This commit is contained in:
Rylie James Thomas 2018-11-08 19:56:15 +11:00
parent f9a9dfa6a9
commit c4de9f647d
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
<?php if (!defined('APPLICATION')) exit();
$ThemeInfo['Fancy-GMT'] = array(
'Name' => 'Fancy-GMS',
$ThemeInfo['Not-Fancy-GMS'] = array(
'Name' => 'Not-Fancy-GMS',
'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)",
'License'=>"GNU GPL2",
'AuthorEmail' => 'contact@ryliejamesthomas.net',
'AuthorUrl' => 'https://www.ryliejamesthomas.net'
'AuthorUrl' => 'http://www.ryliejamesthomas.net'
);