mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change address on homepage button click
This commit is contained in:
parent
c016227e9c
commit
7cbda678ea
1 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,10 @@ class Tab
|
||||||
'released',
|
'released',
|
||||||
function ($entry)
|
function ($entry)
|
||||||
{
|
{
|
||||||
|
$this->navigation->address->entry->set_text(
|
||||||
|
$this->config->homepage
|
||||||
|
);
|
||||||
|
|
||||||
$this->navigate(
|
$this->navigate(
|
||||||
$this->config->homepage
|
$this->config->homepage
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue