imno007
Well-known member
I got really tired of new_threads widgets linking to new posts in the header, because to me it's counter-intuitive and confusing to the user, so I changed this line
$link = $router->buildLink('whats-new/posts', null, ['skip' => 1]);
to this
$link = $router->buildLink('whats-new');
Do I need to worry about any problems as a result?
$link = $router->buildLink('whats-new/posts', null, ['skip' => 1]);
to this
$link = $router->buildLink('whats-new');
Do I need to worry about any problems as a result?
Last edited: