Fixed parent directory names in Hydrogen Child theme to be g5_hydrogen

This commit is contained in:
newkind
2016-02-29 18:34:29 +01:00
parent 7eca774e7c
commit 8201e3bbbb
4 changed files with 9 additions and 6 deletions
+3
View File
@@ -4,6 +4,9 @@
2. [Joomla](#joomla)
3. [](#bugfix)
- Fixed error on saving system outline layouts (#1167)
3. [WordPress](#wordpress)
3. [](#bugfix)
- Fixed Hydrogen Child theme to reference properly `g5_hydrogen` parent directory
# 5.2.12
## 27/02/2016
Vendored
+4 -4
View File
@@ -139,19 +139,19 @@
"themes":[
{
"source":"/themes/hydrogen/wordpress",
"destination":"/wp-content/themes/rt_hydrogen"
"destination":"/wp-content/themes/g5_hydrogen"
},
{
"source":"/themes/hydrogen/common",
"destination":"/wp-content/themes/rt_hydrogen/common"
"destination":"/wp-content/themes/g5_hydrogen/common"
},
{
"source":"/themes/hydrogen-child/wordpress",
"destination":"/wp-content/themes/rt_hydrogen_child"
"destination":"/wp-content/themes/g5_hydrogen_child"
},
{
"source":"/themes/hydrogen/common",
"destination":"/wp-content/themes/rt_hydrogen_child/common"
"destination":"/wp-content/themes/g5_hydrogen_child/common"
}
]
}
@@ -30,7 +30,7 @@ configuration:
engine: nucleus
theme:
parent: rt_hydrogen
parent: g5_hydrogen
base: gantry-theme://common
file: gantry-theme://includes/theme.php
class: \Gantry\Framework\Theme
+1 -1
View File
@@ -7,5 +7,5 @@ Description: Child theme for the default Gantry 5 theme.
Version: @version@
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: rt_hydrogen
Template: g5_hydrogen
*/