Skip to content

Commit

Permalink
Module/Unstuck: Add breadcrumb for unstuck module
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightprince committed Sep 30, 2024
1 parent a8b0daa commit 852f35d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/modules/unstuck/controllers/Unstuck.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ public function index()
//Load the page
$page_data = array(
"module" => "default",
"headline" => lang('unstuck', 'unstuck'),
"headline" => breadcrumb([
"ucp" => lang("ucp"),
"unstuck" => lang("unstuck", "unstuck")
]),
"content" => $page_content
);

Expand Down

0 comments on commit 852f35d

Please sign in to comment.