Skip to content

Commit

Permalink
cleanup, works now in nav top, like intended
Browse files Browse the repository at this point in the history
  • Loading branch information
NB-Core committed Dec 29, 2019
1 parent 97c74f9 commit e2ebdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions healer.php
Expand Up @@ -23,7 +23,7 @@
$cost = round($cost,0);

tlschema("nav");
addnav("`bReturn`b");
addnav("`bNavigation`b");
tlschema();

$op = httpget('op');
Expand Down Expand Up @@ -119,7 +119,7 @@
}
//needs to be after the code
tlschema("nav");
addnav("Return");
addnav("`bNavigation`b");
if ($return==""){
if($playerheal || $compheal){
addnav("F?Back to the Forest", "forest.php");
Expand Down

0 comments on commit e2ebdac

Please sign in to comment.