Skip to content

Commit

Permalink
Timber init change
Browse files Browse the repository at this point in the history
  • Loading branch information
bartnovak committed Mar 4, 2024
1 parent 118af80 commit a32ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/themes/juniper-theme/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

if ( file_exists( $composer_autoload ) ) {
require_once $composer_autoload;
$timber = new Timber\Timber();
Timber\Timber::init();
}

require_once 'inc/include.php';
Expand Down

0 comments on commit a32ed9e

Please sign in to comment.