mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
Display document h1 at window title, hostname if not found
This commit is contained in:
parent
4ac02affeb
commit
7398ed7af2
2 changed files with 23 additions and 1 deletions
|
|
@ -61,7 +61,9 @@ $window->connect(
|
|||
}
|
||||
);
|
||||
|
||||
$tab = new \Yggverse\Yoda\Box\Tab();
|
||||
$tab = new \Yggverse\Yoda\Box\Tab(
|
||||
$window
|
||||
);
|
||||
|
||||
$window->add(
|
||||
$tab->box
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue