Skip to content

Commit

Permalink
resolves #317 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 committed Sep 13, 2021
1 parent 3de7c40 commit 0e9765b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/boldgrid-theme-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
$bgtfw_path = ABSPATH . BGTFW_PATH;
}

if ( ! defined( 'FONTAWESOME_DIR_PATH' ) ) {
define( 'FONTAWESOME_DIR_PATH', $bgtfw_path . '/assets/css/font-awesome' );
}

$bgtfw_class = $bgtfw_path . '/includes/class-boldgrid-framework.php';

if ( file_exists( $bgtfw_class ) ) {
Expand Down

0 comments on commit 0e9765b

Please sign in to comment.