Skip to content

Commit

Permalink
Updated title in header
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Apr 5, 2006
1 parent e2fac10 commit 0453763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Bookmark/bookmark.pl
Expand Up @@ -33,7 +33,7 @@ sub main {
$op = 'default' if $ops{$op}[2] && !$postflag;
redirect("/login.pl") if $user->{seclev} < $ops{$op}[3];

header() if $op ne "save";
header("$constants->{sitename} Bookmarks") if $op ne "save";
$ops{$op}[FUNCTION]->($constants, $slashdb, $user, $form);
footer() if $op ne "save";
}
Expand Down

0 comments on commit 0453763

Please sign in to comment.