Skip to content

Commit

Permalink
Update Sources/Theme.php
Browse files Browse the repository at this point in the history
Co-authored-by: Bugo <[email protected]>
  • Loading branch information
live627 and dragomano authored Dec 30, 2024
1 parent 7e42108 commit 384de12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public static function loadSubTemplates(): void
self::loadSubTemplate($sub_template, true);
}
} else {
Theme::loadSubTemplate(Utils::$context['sub_template'] ?? 'main');
self::loadSubTemplate(Utils::$context['sub_template'] ?? 'main');
}
}

Expand Down

0 comments on commit 384de12

Please sign in to comment.