mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Fixed parent directory names in Hydrogen Child theme to be g5_hydrogen
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user