child theme support
-
Hello
thanx for a great plugin.
I just have one issue with it.
When making new templates, i would like to place them in a chile theme. But LeagueManager only looks in main theme folder.Could you please change file: shortcodes.php
Function: loadTemplateTo also test for the files in the STYLESHEETPATH folder?
as:`if ( file_exists( STYLESHEETPATH . “/leaguemanager/$template.php”)) {
include(STYLESHEETPATH . “/leaguemanager/$template.php”);
} elseif ( file_exists( TEMPLATEPATH . “/leaguemanager/$template.php”)) {
- The topic ‘child theme support’ is closed to new replies.