If the theme has a folder called glm-employment then it will use the
theme files for the from from there.
*/
public function setThemeSettings()
{
+ if ( is_dir( get_template_directory() . '/glm-employment' ) ) {
+ $this->frontViewDir = get_template_directory() . '/glm-employment';
+ }
if ( file_exists( get_template_directory() . '/glm-emp-config/application.ini' ) ) {
$theme_settings = parse_ini_file(
get_template_directory() . '/glm-emp-config/application.ini',